1745782 Members
3503 Online
108722 Solutions
New Discussion юеВ

Compilers

 
Charles_151
Advisor

Compilers

HI,

Can anybody tell me what are the compilers available in HP-UX 9.x and 10.x? And Those compilers are bundled with base operating system or not?
4 REPLIES 4
Peter Godron
Honored Contributor

Re: Compilers

Charles,
the 'normal' compiler that comes with the OS is a very basic C compiler, only to be used for kernel compilations.
There are plenty on software products available from HP or other sources (GNU...)
Which languages are you interested in?

Regards
Pete Randall
Outstanding Contributor

Re: Compilers

Charles,

Regardless of release level, the only compiler bundled with HP-UX is a stripped down version of the C compiler that is only really suitable for building the kernel. To get a real functional compiler you need to either purchase one from HP or download and install gcc:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.4.3/


Pete

Pete
Steve Steel
Honored Contributor

Re: Compilers

Hi


9. and 10. are obsolete so the gnu compiler is your only solution

for HP compilers see

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2504,00.html


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Charles_151
Advisor

Re: Compilers

Thanks yaar.