I'm trying to install the xlc 13.1.3 compiler demo on my AIX 7.1 box but its failing over a pre requisite package.
The package bos.adt.libm is part of bos.rte.install.7.1.4.30. I downloaded and installed this package but still no go for xlc. It looks like the right packages are installed. The version listed above isn't even for my version of AIX.
Any ideas?
Code: Select all
MISSING REQUISITES: The following filesets are required by one or more
of the selected filesets listed above. They are not currently installed
and could not be found on the installation media.
bos.adt.libm 6.1.2.1 # Fileset Update
The package bos.adt.libm is part of bos.rte.install.7.1.4.30. I downloaded and installed this package but still no go for xlc. It looks like the right packages are installed. The version listed above isn't even for my version of AIX.
Code: Select all
# lslpp -l|grep -i bos.adt
bos.adt.base 7.1.4.30 COMMITTED Base Application Development
bos.adt.include 7.1.4.30 COMMITTED Base Application Development
bos.adt.lib 7.1.2.15 COMMITTED Base Application Development
bos.adt.base 7.1.4.30 COMMITTED Base Application Development
Any ideas?