使用 libtool 时避免链接静态库

发布于 2024-11-25 23:25:44 字数 148 浏览 0 评论 0原文

我正在尝试在 Linux 机器上交叉编译 ImageMagick。工具链自带的libstdc++.a不是用fPIC编译的。我想改用so文件。但是 libtool 不断链接 libstdc++.a (作为整个存档),并且出现重定位错误。我在其他图书馆也看到了同样的问题。有什么想法吗?

I am trying to cross compile ImageMagick on a linux machine. The libstdc++.a that comes with the toolchain is not compiled with fPIC. I would like to use the so file instead. However libtool keeps linking libstdc++.a (as whole-archive) and I get relocation errors. I have seen the same issue with other libraries as well. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瀞厅☆埖开 2024-12-02 23:25:44

从工具链文件夹中删除所有 la 文件会有所帮助。我的猜测是,如果没有 la 文件,libtool 会进行搜索并找到动态库。

Deleting all the la files from the toolchain folder helped. My guess is without the la files, libtool does a search and finds the dynamic libraries.

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