1830056 Members
3495 Online
109998 Solutions
New Discussion

hp supported gcc?

 
Dan Copeland
Regular Advisor

hp supported gcc?

I heard there was a hp supported gcc compiler. Is this true?

tia,
Frank
10 REPLIES 10
harry d brown jr
Honored Contributor

Re: hp supported gcc?

Yes,

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


live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: hp supported gcc?

Frank,

I should have been clear. HP has PORTED the gcc compiler, and it is USE AT YOUR OWN RISK.

live free or die
harry
Live Free or Die
Christopher McCray_1
Honored Contributor

Re: hp supported gcc?

Hello,

Yes it is and I have it running on some of my servers.

Here's the link:

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html

I have 2.9 on mine.

Hope this helps
Chris
It wasn't me!!!!
MANOJ SRIVASTAVA
Honored Contributor

Re: hp supported gcc?

Hi Franco

you can get it from :



http://gcc.gnu.org/


Manoj Srivastava
Frank Slootweg
Honored Contributor

Re: hp supported gcc?

[As I don't have procura's e-mail address.]

procura, have you seen Christopher's link? Is what you mentioned different/'better' than what is there?
H.Merijn Brand (procura
Honored Contributor

Re: hp supported gcc?

From that link:

--8<---
This download includes the binutils tools and gas as well as the GCC compilers and is based on binutils version 2.12 and GCC version 3.2 pre-release.

gcc version:

3.2 pre-release

package size:

11i version 1.5 and 1.6

32 MB (source)
48 MB (binary)

gcc version:

3.0.2

size of package:

64-bit 11.0 & 11i

27.4 MB (binary)
24.1 MB (source)


32-bit 11.0 & 11i

22.1 MB (binary)
22.9 MB (source)
-->8---

for 11i, that's great. Their port is OK, but they do not include gdb, and the gdb (wdb) from HP's application CD's is way behind.

for 11.00 they port 3.0.2, which is bad. Due to my communication with the GNU people the track that leads on from 3.0.2 towards 3.0.4 (ok for HP) and later 3.1 and 3.1.1 (3.2 tobe) has numerous great HP-UX changes. gdb is not available in this 3.0.2 port

for 10.20 there is nothing at all :(

Maybe these people are the one's to contact. I'll try

And Frank, I guess you do have access to the client database, in which you can find my e-mail :)
Enjoy, Have FUN! H.Merijn
Paul Bowen
Advisor

Re: hp supported gcc?

Just in case you need it, there is a 10.2 version at http://hpux.cict.fr/hppd/Gnu/gcc-2.95.3
Regards
shit happens - just deal with it
Paul Bowen
Advisor

Re: hp supported gcc?

oh no - the link has moved to http://hpftp.cict.fr/hppd/hpux/Gnu/gcc-2.95.3/
shit happens - just deal with it
Robert Gamble
Respected Contributor

Re: hp supported gcc?

Lev Assinovsky
Frequent Advisor

Re: hp supported gcc?

Yes, I got 3.2.2 from http://hpux.connect.org.uk/.
Everything is fine besides libstdc++ is just a static one. Also this package is very big (Java, Fortran is included also.
In addtion gcc 3.2.2 probably has a bug:
The second parameter of snprintf (format) has
a type "char *" instead of "const char *". This may cause complilation error.

Sincerely, Lev