1833758 Members
2753 Online
110063 Solutions
New Discussion

ACC compiler in hpux

 
Robjan
Frequent Advisor

ACC compiler in hpux

Hi
Please anyone help me in finding out the version of aCC compiler currently used in hpux machine.
--Robin
8 REPLIES 8
Jeeshan
Honored Contributor

Re: ACC compiler in hpux

use command

#swlist -l product|grep Compiler
a warrior never quits
Jeeshan
Honored Contributor

Re: ACC compiler in hpux

use command

#swlist -l product|grep Compiler

or

#swlist (at the top of the command output shows the aC++ Compiler)
a warrior never quits
Asif Sharif
Honored Contributor

Re: ACC compiler in hpux

Hi,

You can find the version from this command.

# swlist -l bundle |grep Compiler
B3913DB C.11.23.12 HP aC++ Compiler (S800)
#

Regards,
Asif Sharif
Regards,
Asif Sharif
Steven Schweda
Honored Contributor

Re: ACC compiler in hpux

td191> aCC -V
aCC: HP ANSI C++ B3910B A.03.77

("man aCC", look for "version"?)
Asif Sharif
Honored Contributor

Re: ACC compiler in hpux

# /opt/aCC/bin/aCC -V
aCC: HP ANSI C++ B3910B A.03.70
#
Yes Steven it shows version. Thanks

Regards,
Asif Sharif
Regards,
Asif Sharif
Dennis Handly
Acclaimed Contributor

Re: ACC compiler in hpux

>Steven: ("man aCC", look for "version"?)

This wouldn't work for patches since the man page is seldom patched.
Steven Schweda
Honored Contributor

Re: ACC compiler in hpux

> >Steven: ("man aCC", look for "version"?)

> This wouldn't work for patches since the
> man page is seldom patched.

I was trying to explain only how I learned
about "aCC -V".

After I posted that message, it occurred to
me that someone would (mis-) interpret it
that way, but I said, "Nah." (And I wasn't
really desperate for another three points.)
Robjan
Frequent Advisor

Re: ACC compiler in hpux

I found out the version with your help thanks to all.