gcc-4.4.0-1aix5.3 缺少依赖 libgmp、libmpfr
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了同样的问题。
我安装了 gmp 和 mpfr rpm,它解决了这个问题。
I got the same problem.
I installed the gmp and mpfr rpms and it solved it.
安装 gmp-devel & mpfr-开发
install gmp-devel & mpfr-devel