Gcc 4.5.8 on AIX 7.1 issue

after migrate our AIX server from 6.1 to 7.1 , we insalled c compilator with rpm files

Server:root:/ > rpm -qa | grep gcc
libgcc-4.8.5-1
gcc-cpp-4.8.5-1
gcc-4.8.5-1
gcc-c++-4.8.5-1

but whene we proceed to compile a c programm we have this error

exec(): 0509-036 Cannot load program /opt/freeware/libexec/gcc/powerpc-ibm-aix7.1.0.0/4.8.5/cc1 because of the following errors:
        0509-022 Cannot load module /usr/lib/libmpfr.a(libmpfr.so.4).
        0509-150   Dependent module /usr/lib/libgcc_s.a(shr.o) could not be loaded.
        0509-103   The module has an invalid magic number.
        0509-022 Cannot load module cc1.
        0509-150   Dependent module /usr/lib/libmpfr.a(libmpfr.so.4) could not be loaded.
        0509-022 Cannot load module .

any help please

Hi,

You'll probably install, gmp-devel & mpfr-devel rpm's

Regards

Gull04

Double posting, thread closed...
Please continue here: