首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

linux 64位编译失误。linux 32位可以编译过

2012-09-10 
linux 64位编译出错。linux 32位可以编译过。../../x86_64-suse-linux/bin/ld: ./CCompress.o: relocation R

linux 64位编译出错。linux 32位可以编译过。
../../x86_64-suse-linux/bin/ld: ./CCompress.o: relocation R_X86_64_32 against `DataBuf' can not be used when making a shared object; recompile with -fPIC
./text.o: could not read symbols: Bad value

[解决办法]
那你在gcc 或者 g++ 的FLAGS部分加上 -fPIC,,即编译成位置无关代码.(Position Indepent Code)
[解决办法]
clean一遍,对于那个文件,再加上那个-fPIC编译一遍。

热点排行