ld:链接器错误
ld: foo.o: 在创建共享对象时不能使用针对未定义符号“bar”的重定位 R_X86_64_PC32;使用 -fPIC 重新编译
我使用 -fPIC 重新编译,但它仍然会产生此错误。
ld: foo.o: relocation R_X86_64_PC32 against undefined symbol `bar' can not be used when making a shared object; recompile with -fPIC
I recompile with -fPIC and it still produces this error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的编译器和链接器的版本?也许您的问题与此错误有关,现在似乎已修复: http: //sources.redhat.com/bugzilla/show_bug.cgi?id=584?
Versions of your compiler and linker? Perhaps your problem is related to this bug, that seems to be fixed now: http://sources.redhat.com/bugzilla/show_bug.cgi?id=584?