1834803 Members
2922 Online
110070 Solutions
New Discussion

GNU - gcc HP 11.00

 
SOLVED
Go to solution
Ratzie
Super Advisor

GNU - gcc HP 11.00

Where can I get the GNU gcc software?
I have trying various sources and have come up with issues during install, which I believe is because I am not downloading the correct version.
B.11.00 U 9000/785

I am requiring this so I can correctly install the DBI module for perl which keeps complaining about the compiler.
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: GNU - gcc HP 11.00

Hi:

Merijn maintains a vast repostitory of goodies at his website:

http://mirrors.develooper.com/hpux/downloads.html

Regards!

...JRF...
H.Merijn Brand (procura
Honored Contributor
Solution

Re: GNU - gcc HP 11.00

/opt/langtools/lib/sched.models:785 2.0 PA8500

Correct? In that case, you'd need

http://mirrors.develooper.com/hpux/perl-5.8.8-dor-11.00.sd.bz

and

http://mirrors.develooper.com/hpux/gcc-4.0.2-11.00.sd.bz

If the package is incomplete, ping me. I shall fix it.

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Ratzie
Super Advisor

Re: GNU - gcc HP 11.00

I have installed both, gcc and perl.
I first uninstalled all Perl from server.
I have an HP 11.00 OS

Looks like everything is running correctly, but I am still getting memory faults when I enter into debug mode.

In the /opt/perl/bin
The only executable that does not bomb in debug is the perl5.6.1, which make me think what else does not work...
How do I fix?

user@medusa$ ll perl perl5.6.1 perl5.8.8
-rwxr-xr-x 2 root sys 4371232 Feb 1 2006 perl
-r-xr-xr-x 1 bin bin 1555108 Jun 24 2002 perl5.6.1
-rwxr-xr-x 2 root sys 4371232 Feb 1 2006 perl5.8.8
H.Merijn Brand (procura
Honored Contributor

Re: GNU - gcc HP 11.00

Not. I can reproduce that core ump here. Nothing you can do about that from there.

It is under investigation with the development team.
Sorry for the inconvenience. It is most likely GNU gcc related, as the same build created with HP C-ANSI-C does not dump core.

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Ratzie
Super Advisor

Re: GNU - gcc HP 11.00

I will post new, since I am getting closer