Operating System - HP-UX
1832993 Members
3796 Online
110048 Solutions
New Discussion

Re: C++ compiler on HPUX11.0

 
Kathy Yu
Occasional Contributor

C++ compiler on HPUX11.0

if we migrates from HPUX10.20 to HPUX11.0, do we need to do major migration regarding to C++ compiler, linker to Allbase?
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: C++ compiler on HPUX11.0

If you are using the old Cfront C++ compiler and now must use the aC++ compiler then ,yes, the changes are rather significant.
If it ain't broke, I can fix that.
Kathy Yu
Occasional Contributor

Re: C++ compiler on HPUX11.0

Thank you so much for your reply.

If we still use C++ compiler, is the change very significant? Or it needs minimal changes or no changes?
A. Clay Stephenson
Acclaimed Contributor

Re: C++ compiler on HPUX11.0

Install the Online aCC documentation. Open the 'Migrate' PDF file; it will explain the process and it's not trivial.
If it ain't broke, I can fix that.
Kathy Yu
Occasional Contributor

Re: C++ compiler on HPUX11.0

I didn't make my point clearly. I mean that we still install Cfront on HPUX11.0, do we need to make a lot of changes?