ld:链接器错误

发布于 2024-08-08 19:09:05 字数 109 浏览 3 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧人哭 2024-08-15 19:09:05

您的编译器和链接器的版本?也许您的问题与此错误有关,现在似乎已修复: 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文