1832567 Members
5229 Online
110043 Solutions
New Discussion

gcc for 11.23 PA-RISC?

 
SOLVED
Go to solution
Randy_9
Regular Advisor

gcc for 11.23 PA-RISC?

Is "gcc" available for 11.23 PA-RISC?

Thanks,

Randy
4 REPLIES 4
Pete Randall
Outstanding Contributor
Solution

Re: gcc for 11.23 PA-RISC?

H.Merijn Brand (procura
Honored Contributor

Re: gcc for 11.23 PA-RISC?

And the next version will also be available from my site.

The advantage of a ia64 gcc is that it can produce both 64bit (-mlp64) or 32bit (-milp32) code with the same compiler. I have no idea why it is not -mlp32 or -milp64.

Note that building perl with gcc-4.0.2 I had to drop the optimizer to -O0 (no optimizing) in 32bit mode, so you might be looking for similar solutions once you hit trouble.

Enjoy, Have FUN! H.Merijn [ and be careful out there ]
Enjoy, Have FUN! H.Merijn
Raj D.
Honored Contributor

Re: gcc for 11.23 PA-RISC?

Hi Randy,

check this out:

HP-UX 11i v2
(HP-UX 11.23) PA-RISC 2.0 Gzipped
Binary Depot 21.43 MB 8 Nov 2005 .

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-4.0.2/

hth,
Raj
" If u think u can , If u think u cannot , - You are always Right . "
Randy_9
Regular Advisor

Re: gcc for 11.23 PA-RISC?

Thanks again everyone, points submitted!