I am trying to install gcc-4.4.0-1 on Ai开发者_如何学运维x 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?
I got the same problem. I installed the gmp and mpfr rpms and it solved it.
install gmp-devel & mpfr-devel
精彩评论