Operating System - HP-UX
1752802 Members
5757 Online
108789 Solutions
New Discussion юеВ

Looking for gcc 3.1 depot software

 
SOLVED
Go to solution
likid0
Honored Contributor

Looking for gcc 3.1 depot software

Hi,

I'm looking for the gcc 3.1 11.00 or 11.11 depot, I have the run time dependencies for it(it was from hpux.connect.uk.org), but I don't have the gcc depot, I also looked in merijn web page , but there is not the exact version I'm looking for, any of you could posibily still have the depot somewhere ?

Thanks
Windows?, no thanks
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: Looking for gcc 3.1 depot software

Isn't it a bit old?

http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/

ftp://ftp.mirrorservice.org/pub/gnu/gcc/

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!   
Steven E. Protter
Exalted Contributor

Re: Looking for gcc 3.1 depot software

Shalom,

Maybe try running compile options with the new compiler to get the desired results.

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
Steven Schweda
Honored Contributor

Re: Looking for gcc 3.1 depot software

> Isn't it a bit old?

I'd say so. My GCC-on-11.11 adventures
started with:

Jul 18 2007 gcc-4.1.2-hppa-11.11.depot.bz2

and from there, I started building the thing
from source. Currently:

dy # gcc --version
gcc (GCC) 4.4.2
[...]

which, I assume, is not the latest.

The real question might be _why_ you want
this antique.
likid0
Honored Contributor

Re: Looking for gcc 3.1 depot software

We have a customer that has this software installed in and old 11.00 server, and they have gcc 3.1 installed, they are telling us they need to use some old gcc3.1 libraries on another server for their app to work.

We have told them to install a newer version of gcc on the servers and recompile the hole application but in the mean time just in case I was looking for 3.1 version
Windows?, no thanks