Originally posted by: BuSchu
I tried to install gcc 7.2 on AIX 7.2:
# :-)rpm -ihv gcc-7.2.0-1.aix7.2.ppc.rpm
error: Failed dependencies:
gcc-cpp = 7.2.0-1 is needed by gcc-7.2.0-1.ppc
info is needed by gcc-7.2.0-1.ppc
The only info version is 6.3:
# :-)rpm -ihv info-6.3-1.aix6.1.ppc.rpm
error: Failed dependencies:
libncurses.a(libncurses.so.6) is needed by info-6.3-1.ppc
The only ncurses version is 6.0:
# :-)rpm -ihv ncurses-6.0-1.aix6.1.ppc.rpm
error: Failed dependencies:
libstdc++.a(libstdc++.so.6) is needed by ncurses-6.0-1.ppc
There is no version 6.xx of libstdc++ for 7.2, only for 7.1, and, of course, I was unable to install it:
# :-)rpm -ihv libstdcplusplus-6.3.0-1.aix7.1.ppc.rpm
error: Failed dependencies:
libgcc = 6.3.0-1 is needed by libstdc++-6.3.0-1.ppc
AIX-rpm < 7.2.0.0 is needed by libstdc++-6.3.0-1.ppc
Because AIX-rpm is part of the OS, I think it's impossible to install this last package on AIX 7.2
Is it really not possible to install gcc 7.2 on on AIX 7.2? Are there really packages on the toolbox page which cannot be installed because of unsatisfied dependencies?
Regards
Burkhard Schultheis