IBM

Xlc compiler demo install

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.

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?
Hi,

has been a long time since I installed xlC on AIX the last time so just a few thoughts:

1. There is support for at least AIX 6.1 and AIX 7.1 according to:
http://www-969.ibm.com/software/reports ... forms=AIX# !

Maybe there are different releases of the compiler package for each OS Version?

2. Maybe a missing configuration option/flag is missing when running the installation?

Both cases would explain the V.R.M.F mismatch.

Regards,

Tru
astouffer wrote: 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.

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
Any ideas?
packages are installed. The version listed above isn't even for my version of AIX.

Checking the original AIX install CD I see:

Code: Select all

bos.adt.lib                7.1.0.0    C     F    Base Application Development
Libraries
bos.adt.libm               7.1.0.0    C     F    Base Application Development
Math Library
bos.adt.libmio             7.1.0.0    C     F    Modular IO Library


Code: Select all

bos.adt                                                            ALL
@ 7.1.0.0  Base Application Development Debuggers
@ 7.1.0.0  Base Application Development Graphics Include Files
@ 7.1.0.1  Base Application Development Include Files
@ 7.1.0.0  Base Application Development Libraries
@ 7.1.0.0  Base Application Development Math Library
@ 7.1.0.0  Base Application Development Toolkit
@ 7.1.0.0  Base Application Development Toolkit Data
@ 7.1.0.0  Base Application Development Utilities - lex and yacc
@ 7.1.0.0  Base Operating System Samples
@ 7.1.0.1  Base Profiling Support
@ 7.1.0.0  Modular IO Library
@ 7.1.0.0  Printer Support Development Toolkit
@ 7.1.0.0  SCCS Application Development Toolkit
@ 7.1.0.1  System Calls Application Development Toolkit
@ 7.1.0.0  Tool to Create installp Packages

bos.adt is located on Disk 1 of the AIX install disk.


Looking at what is installed (post xlC install)

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



My AIX install was a fresh install some years ago, as opposed to updating from 5 or 6, unsure if this makes any difference.
Hope this helps in some way.
[Edit]
Unsure if this is helpful, but my installed xlC is 13.1.0.0

Code: Select all

xlCcmp.13.1.0             13.1.0.0    C     F    XL C++ compiler
xlCcmp.13.1.0.bundle      13.1.0.0    C     F    XL C++ media defined bundles
-----------------------------------------------------------------------
Hey Ho! Pip & Dandy!
:Octane2: :O2: :Indigo: :Indy:
-----------------------------------------------------------------------
Just wanted to say I installed the bos.adt package from disk 1 and xlc installed just fine. Thanks everyone.