GCC錯誤:「與-fPIC編譯」 - 但-fPIC重新編譯不能解決
relocation R_X86_64_32S against `ebx' can not be used when making a shared object;
recompile with -fPIC
即使當我確定-fPIC標誌。
GCC錯誤:「與-fPIC編譯」 - 但-fPIC重新編譯不能解決
relocation R_X86_64_32S against `ebx' can not be used when making a shared object;
recompile with -fPIC
即使當我確定-fPIC標誌。
如果您嘗試編譯包含內聯彙編的文件,請確保您不會在寄存器之前缺少符號。
確保在連接器行上使用-fPIC。有時模板會被鏈接器編譯。
該錯誤消息應該說「沒有-fPIC」。