我从源码开始在centos6.3上安装aerospike server(https://github.com/aerospike/aerospike-server),当$make (GCC 4.7.2)时,我遇到这个错误:
ld terminated with signal 11 segmentation fault core dumped  
/usr/bin/ld: Dwarf Error: Invalid or unhandled Form value: 32.  
make[2]: *** [../../target/Linux-x86_64/bin/asd] Error 1.  
...  我应该尝试什么?有人能帮我吗?谢谢!
发布于 2014-12-25 22:27:41
我使用了centos 6.3中的所有默认工具,并且可以从源代码成功地构建aerospike。
centos 6.3中默认值为4.4.7。有什么理由让你使用不同的gcc吗?确保您使用的是与您的gcc版本相对应的正确的binutils。
https://stackoverflow.com/questions/27620465
复制相似问题