Operating System - HP-UX
1748118 Members
3636 Online
108758 Solutions
New Discussion

Re: Compiling gcc on HPUX

 
Vamshi-Krishna
Occasional Advisor

Re: Compiling gcc on HPUX

After a brief hiatus, I am back to my original problem. I need a C++11 (atleast, C++14 if possible) compliant compiler on HPUX. I have aCC A.06.29, but it does not fully support all the C++11 features (especially atomics). I would like to build a C++11 compliant compiler (using aCC if need be). The current options are gcc-4.9.2 (for C++11) and gcc-5.2.0 (for C++14).

Could someone help me with the steps to build the gcc-5.2.0 (or if this is not possible, then gcc-4.9.2) using aCC ?

-Vamshi