Operating System - HP-UX
1833792 Members
2233 Online
110063 Solutions
New Discussion

aC++ compiler == HP ANSI C++ ?

 
SOLVED
Go to solution
Ben Li
Advisor

aC++ compiler == HP ANSI C++ ?

I'm trying to port our MQ 5.1 product to HP-UX 10.20 or 11.00 version from Solaris. According the MQ document, it ask the HP compiler should be HP ANSI C++ or HP cFront C++ V3.1. But it seems HP don't have a compiler named as HP ANSI C++. And HP dont' support cFront C++ any more.
So here is the quetion: Is HP aC++ == HP ANSI C++ ?

Thanks
2 REPLIES 2
Rick Garland
Honored Contributor
Solution

Re: aC++ compiler == HP ANSI C++ ?

Yes
Anthony Goonetilleke
Esteemed Contributor

Re: aC++ compiler == HP ANSI C++ ?

There are two C++ compilers that come with HP

HP C++ /opt/CC

HP aC++ /opt/aCC

the latter is the ansic C++ compiler and the /opt/CC will be or already is not supported by HP.
Minimum effort maximum output!