1834800 Members
2617 Online
110070 Solutions
New Discussion

gcc for HP-UX11.11

 
Prashun
Occasional Contributor

gcc for HP-UX11.11

Hello,

I am looking for gcc for hp-ux11.11 depot. If anyone has any links from where we can download. I had couple of downloads but they didn't worked fully.
Urgent help will be appreciated.
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: gcc for HP-UX11.11

Johnson Punniyalingam
Honored Contributor

Re: gcc for HP-UX11.11

GCC for HP-UX 11iDeveloper & Solution Partner Program (DSPP)

http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD

Thx,
Johnson
Problems are common to all, but attitude makes the difference
Steven Schweda
Honored Contributor

Re: gcc for HP-UX11.11

> [...] I had couple of downloads [...]

What? From where?

> [...] but they didn't worked fully.

And the problems were ...?

"Some unknown thing didn't work" is not a
useful problem description. It does not say
what you did, and it does not say what
happened when you did it.

Any GCC kit which works at all may be good
enough to build the latest GCC kit from the
source. I started with a binary kit,
"gcc-4.1.2-hppa-11.11.depot.bz2", from
"http://hpux.cs.utah.edu/ftp/hpux/Gnu/",
and have been building it from the source
since then. Currently:

dy # uname -a
HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license

dy # gcc -v
Using built-in specs.
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc-4.3.2/configure
Thread model: posix
gcc version 4.3.2 (GCC)

http://gcc.gnu.org/

If you have special requirements, perhaps you
could reveal them.