Operating System - HP-UX
1748214 Members
3334 Online
108759 Solutions
New Discussion юеВ

Re: c++ compiler for HPUX

 
SOLVED
Go to solution
Manu_13
Frequent Advisor

c++ compiler for HPUX

where do I get c++ compiler for HPUX?

manu
4 REPLIES 4
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: c++ compiler for HPUX

Peter Godron
Honored Contributor

Re: c++ compiler for HPUX

Manu,
the free GNU g++ compiler: http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.4.3/

Regards
Florian Heigl (new acc)
Honored Contributor

Re: c++ compiler for HPUX

Manu,

if You see problems with the hp-ux porting archive build (i.e. incompatible header files), which will be the case when using it on a 32bit 11.11 environment, use the hp-supplied version available at
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html

You can then bootstrap and build a more current gcc from source, if You need any features that came with 3.4.x (i.e. shorter build and link times for larger projects)
yesterday I stood at the edge. Today I'm one step ahead.
Manu_13
Frequent Advisor

Re: c++ compiler for HPUX

thnx for the info.

rgds,
manu