gcc-4.4.0-1aix5.3 缺少依赖 libgmp、libmpfr

发布于 2024-10-17 02:35:30 字数 458 浏览 8 评论 0原文

我正在尝试在 Aix 5.3 系统(64 位)上安装 gcc-4.4.0-1。我已经安装了 MPFR 2.0 和 LIBGMP 4.3,并且可以在 /usr/lib 中看到 libgmp.a 和 libmpfr.a。我还使用了 --enable-shared 选项,可以在 /usr/lib 中看到 libgmp.so.3 和 libmpfr.so.4 。 LIBPATH 包含 /usr/lib。

尽管如此,我还是被以下错误困扰了几个小时:-

rpm -ivh gcc-4.4.0-1.aix5.3.ppc.rpm
error: failed dependencies:
libgmp.a(libgmp.so.3) is needed by gcc-4.4.0-1
libmpfr.a(libmpfr.so.1) is needed by gcc-4.4.0-1

任何人都可以指出问题是什么以及我需要采取哪些步骤吗?

I am trying to install gcc-4.4.0-1 on Aix 5.3 system(64 BIT). I have installed MPFR 2.0 and LIBGMP 4.3 and can see libgmp.a and libmpfr.a in /usr/lib. I also used --enable-shared option and can see libgmp.so.3 and libmpfr.so.4 in /usr/lib. LIBPATH conatins /usr/lib.

Still , I am stuck for hours with below error:-

rpm -ivh gcc-4.4.0-1.aix5.3.ppc.rpm
error: failed dependencies:
libgmp.a(libgmp.so.3) is needed by gcc-4.4.0-1
libmpfr.a(libmpfr.so.1) is needed by gcc-4.4.0-1

Can anybody plz point as to what the issue is and what steps do I need to take?

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

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

发布评论

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

评论(2

睫毛溺水了 2024-10-24 02:35:30

我遇到了同样的问题。
我安装了 gmp 和 mpfr rpm,它解决了这个问题。

I got the same problem.
I installed the gmp and mpfr rpms and it solved it.

寒江雪… 2024-10-24 02:35:30

安装 gmp-devel & mpfr-开发

install gmp-devel & mpfr-devel

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