Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 EOS 0.3/Ubuntu 14.04 上的源代码编译 gdcm,并添加 python 支持。因此我安装了 swig,然后运行 ccmake(用于配置 make 文件)和 make。不幸的是我得到了错误:
../../bin/libgdcmMEXD.a: error adding symbols
我该如何解决?
我会尝试使用共享库来构建。从ccmake界面中,您应该会看到类似
ccmake
GDCM_BUILD_SHARED_LIBS ON
然后重建:
$ make clean && make