Operating System - HP-UX
1834128 Members
3199 Online
110064 Solutions
New Discussion

Re: 64 bit gcc compilation

 
Durai_2
Occasional Contributor

64 bit gcc compilation

Hello All,
I have 32 bit gcc on HP 11.11. I want 64 bit gcc and libgcc_s.sl. What are the Compilation steps to compile the gcc 3.3.2 source?

Regards,
Durai.
3 REPLIES 3
Manish Srivastava
Trusted Contributor

Re: 64 bit gcc compilation

Hi,

When you download the gcc you have a readme, configure etc along with it. The steps are listed in them and you just need to follow them.

manish
H.Merijn Brand (procura
Honored Contributor

Re: 64 bit gcc compilation

Full explanation and scripts to do so are available on my ITRC site.

64bit GNU gcc is also widely available on the HP porting centers, like http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.3.2/ or - again - my site (I have 3.4.0 for 11.11, and expect 3.4.1 soon)

My HP ITRC site pages can be found at (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Shine_5
Frequent Advisor

Re: 64 bit gcc compilation

Hello Durai,

You have the following options:

1. Tweak GNU code/headers to compile it using bundled cc (tricky but possible).

--OR--

2. Download gcc/egcs for 11.11 as a depot, and use it to bootstrap the compilation.

Thanks and regards
Shine