Operating System - HP-UX
1836042 Members
2742 Online
110089 Solutions
New Discussion

Re: Where can i get gcc compiler for HP UX 11.0

 
Steven Schweda
Honored Contributor

Re: Where can i get gcc compiler for HP UX 11.0

> I downloaded according to ur url.But i got
> similar error message as follows.
> [...]
> # gunzip /dba/chodv0/gcc*
> gunzip: /dba/chodv0/gcc-2.95.3-11.00.sd.gz:
> not in gzip format

> [...]

> # mv gcc-2.95.3-11.00.sd.gz gcc-2.95.3-11.00.sd

Apparently whichever program you used to do
the download was too clever, and did its own
gunzip for you (but didn't also change the
file name from *.sd.gz to *.sd).

> [...]
> I got above output, can any one tell i got
> installed sucessfully or not.

Does the compiler work?

If it does, the first thing I'd do with it
would be to build (a much newer version of)
GCC from a source kit.
Torsten.
Acclaimed Contributor

Re: Where can i get gcc compiler for HP UX 11.0

Your main problem is the old and now unsupported version of HP-UX that you run.

You have now at least 5 threads around this problem.

I guess you have an D-class server (from an earlier thread).

This D370 will perfectly run 11.11 in 32 or 64-bit.

Your advantage:

You have an supported OS on your server and you can use all the sources of compiled software on the net:

http://hpux.cs.utah.edu/ - Porting And Archive Centre For HP-UX

http://software.hp.com

... and much more.

Consider the upgrade!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Viswanadhan
Regular Advisor

Re: Where can i get gcc compiler for HP UX 11.0

Thanks to All.