Operating System - HP-UX
1834200 Members
2779 Online
110066 Solutions
New Discussion

C compiler version confusion

 
Jun Zhang_4
Regular Advisor

C compiler version confusion

Once I installed 11i on J5000, swlist told me I have,
B3901BA B.11.02.04 HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800)
what /opt/ansic/bin/cc told me
LINT B.11.11.04 CXREF B.11.11.04
HP92453-01 B.11.11.04 HP C Compiler
$ Sep 8 2000 23:13:51 $
and the product version listed for 09/03 release is B.11.11.08, which match the available bundle on the app CDs (09/03 media I have).
Where the B.11.02.04 came from? It is installed on the system, and I don't see it anywhere among the CDs. I know I didn't go beyond the 3 core os CDs when the installation finished.

Jun Z
Food lover
3 REPLIES 3
Michael Tully
Honored Contributor

Re: C compiler version confusion

Sounds to me as if you've installed the enterprise edition ...
Anyone for a Mutiny ?
Jun Zhang_4
Regular Advisor

Re: C compiler version confusion

Michael,
What other choices do I have?

Jun Z
Food lover
Gregory Fruth
Esteemed Contributor

Re: C compiler version confusion

Somehow the S800 (server) version of the
ANSI C product got installed. The
logs in /var/adm/sw might be of interest.

The J5000 ought to have the S700
(workstation) version:

swlist:
B3899BA B.11.02.04 HP C/ANSI C Developer's
Bundle for HP-UX 11.00 (S700)

what /opt/ansic/bin/cc:
LINT B.11.11.04 CXREF B.11.11.04
HP92453-01 B.11.11.04 HP C Compiler
$ Sep 8 2000 23:13:51 $

11.02.04 is the version of the
ANSI C bundle, while 11.11.04 is the
version of the lint and C compiler
components of the ANSI C bundle.

HTH