1833294 Members
3106 Online
110051 Solutions
New Discussion

Gcc on HPUX 11.00

 
Ray Bell
Regular Advisor

Gcc on HPUX 11.00

I have ben looking for the gcc complier for HPUX 11.00 and can't located it on the HP web site. I ran across some other source and they have a version they have but used bzip2. Anyway if you have someone knows where to find the gcc complier for hpux 11.00 that would be great. Also if you can dirct me to get a copy of the bzip but that would be my last resort.

Thanks..
5 REPLIES 5
Scott Riley
Valued Contributor

Re: Gcc on HPUX 11.00

Ray, try:

ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/

They have the bits, and bzip there.
Steven E. Protter
Exalted Contributor

Re: Gcc on HPUX 11.00

Shalom,

What you have to do is try and compile bzip.

http://hpux.cs.utah.edu/ftp/hpux/Misc/bzip2-1.0.3/bzip2-1.0.3-src-11.11.tar.gz

After that you can unzip gcc

Compiling gcc is a trip you might also need to take.

http://hpux.cs.utah.edu/ftp/hpux/Gnu/gcc-4.1.0/gcc-4.1.0-src-11.11.tar.gz

Its rough getting started on compiling, but it is the way of Unix and once you get started it starts to be fun.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ray Bell
Regular Advisor

Re: Gcc on HPUX 11.00

Steve I'm running HPUX_11.00 so is this for 11.00 or 11.11?
spex
Honored Contributor

Re: Gcc on HPUX 11.00

Hi Ray,

Software depots for multiple versions of GCC under HP-UX 11.00 available here:

http://www.hpux.ws/merijn/downloads.html

PCS

Ray Bell
Regular Advisor

Re: Gcc on HPUX 11.00

Thanks...

I was able to get the gcc complier and download it...