Operating System - Tru64 Unix
1829159 Members
2217 Online
109986 Solutions
New Discussion

Installing gcc 4.1.1

 
Thomas Wieckowski
Occasional Advisor

Installing gcc 4.1.1

Hello, I would like to install gcc4.1.1 onto Tru64 5.1B. Would prefer binaries to install, but unable to locate any. Going out to http://gcc.gnu.org does not really lend to specific TRU64 installation instructions.
Could anyone lend any Installation steps involved? Thanks in advance for all your help
5 REPLIES 5
Ivan Ferreira
Honored Contributor

Re: Installing gcc 4.1.1

Here you can find binaries for TRU64 probably in rpm format:

http://h30097.www3.hp.com/affinity/affinity-tools.html#gnupro
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven Schweda
Honored Contributor

Re: Installing gcc 4.1.1

I haven't tried anything newer than 3.4.6,
but I just followed the steps shown at:

http://gcc.gnu.org/install/index.html

Probably with a "CC=cc" on the "configure"
step the first time.

This is GNU stuff. The best case is when you
_don't_ see any OS-specific instructions.

I normally follow this hint:

If you are short on disk space you might
consider `make bootstrap-lean' instead.
Steven Schweda
Honored Contributor

Re: Installing gcc 4.1.1

> http://h30097.www3.hp.com/affinity/affinity-tools.html#gnupro

And does anyone know what's in "GNUPro Tools
V1.0 (109.3 MB)", or would one need to
install it to find out?
Steven Schweda
Honored Contributor

Re: Installing gcc 4.1.1

> [...] I just followed the steps [...]

Well, except for a couple of things.

Checking my notes, I see that I needed to
install GNU "bison" to get past some problems
using the Tru64 yacc. Also, the Tru64 "make"
failed, so I had to use GNU "make". But
otherwise, it just worked. (What could go
wrong?)
Thomas Wieckowski
Occasional Advisor

Re: Installing gcc 4.1.1

Thank you all for the help.