如何修复配置期间 libgmp 和 libmpfr 不匹配的问题

发布于 2024-10-03 06:37:06 字数 235 浏览 2 评论 0原文

我在编译 gnuplot 时面临这个问题,但我相信这是更普遍的问题。 编译器正在选择不兼容版本的 gmp 和 mpfr 对库。不确定要通过配置什么来解决这个问题。

现在我的系统 libgmp 和 libmpfr 都在 /usr/lib 和 /usr/local/lib 中。系统上安装了两个版本的 mpfr so.1.2 和 so.4。但编译器选择了 so.4。

使用 LDFLAGS 并没有解决问题。将不胜感激任何帮助。

I am facing this issue with compiling gnuplot but I believe this is more general issue.
The compiler is picking non-compatible version of gmp and mpfr pairs of library. Not sure what to pass to configure so as to fix this.

Right now my system libgmp and libmpfr in both /usr/lib and /usr/local/lib. Two versions of mpfr so.1.2 and so.4 are installed on the system. But the compiler picks up so.4.

Playing around with LDFLAGS didn't solve the problem. Would appreciate any help.

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

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

发布评论

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

评论(1

表情可笑 2024-10-10 06:37:06

如果您有多个版本的库,则应确保 .so 编译链接指向正确的版本,即在本例中,libmpfr.so 应指向 libmpfr.so.1.2

If you have several versions of a library you should make sure the .so compilation link points to the right one, i.e. in this case, libmpfr.so should point to libmpfr.so.1.2.

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