Operating System - HP-UX
1825775 Members
1968 Online
109687 Solutions
New Discussion

is ANSI C and C++ installed

 
SOLVED
Go to solution
Leo The Cat
Regular Advisor

is ANSI C and C++ installed

Hi

How to determine if ANSI C and C++ installed are installed on my HP-UX 11.23

Regards
Den
6 REPLIES 6
RobinKing
Valued Contributor
Solution

Re: is ANSI C and C++ installed

Den

You can achieve this with swlist.

swlist -l product | grep -i ansi
swlist -l product | grep -i c+

I don't have the Product ID's to hand, but it should hopefully be obvious to you if they're installed or not.
James R. Ferguson
Acclaimed Contributor

Re: is ANSI C and C++ installed

Hi:

# swlist|grep B9007AA

...is one way.

Regards!

...JRF...
mavrick
Regular Advisor

Re: is ANSI C and C++ installed

Hi,

These are subsystem patches.
THis can be listed by swlist | grep -i c++
eg :PHSS_33944
mavrick
Regular Advisor

Re: is ANSI C and C++ installed

Hi,

These are subsystem patches.
THis can be listed by swlist | grep -i c++
eg :PHSS_33XXX
Leo The Cat
Regular Advisor

Re: is ANSI C and C++ installed

It's ok with previous answers.
Thanks.
Den
Dennis Handly
Acclaimed Contributor

Re: is ANSI C and C++ installed

>JRF: # swlist|grep B9007AA

No need to grep. Just do:
$ swlist B9007AA

B9007AA is the new combined HP C/aC++ Developer's Bundle
Previously there were 4 separate product numbers.