Operating System - HP-UX
1829557 Members
1620 Online
109992 Solutions
New Discussion

Re: Is that possible to use C++ with aCC compiler on HPUX11.i?

 
Kathy Yu
Occasional Contributor

Is that possible to use C++ with aCC compiler on HPUX11.i?

Hi,
We are migrating HPUX from 10.2 to 11.i and have issues with C++ compiler. With 11.i, we have to have aCC compiler instead of CC compiler for C++. That means a lot of effort to recompile all the programs and change the include files, change the libraries of linking to Allbase. Is that possible to set up some kinds of flags that aCC will behave like CC on HPUX11.i?
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: Is that possible to use C++ with aCC compiler on HPUX11.i?

You need to install the On-line documentation for aCC; there is a 'Migration Guide' that explains the process but , no, there are no magic compiler flags to emulate the obsolete cfront compiler (actually translator).
If it ain't broke, I can fix that.