1753779 Members
7948 Online
108799 Solutions
New Discussion юеВ

gcc on HP-UX 11.0

 

gcc on HP-UX 11.0

I'm trying to install gcc on my HP-UX machine and running into problems when I compile. I've installed both the gcc (2.95.2) and binutils (2.10.1). The error is:
gcc: Internal compile error: program as got fatal signal 11

The 'as' program is the binutils version. Any ideas?

Also as long as I'm asking has anyone ever used gcc to do JNI on HP-UX? Will this work?

Thanks,

Scott LaBounty
Netaphor Software, Inc.
2 REPLIES 2
Rainer_1
Honored Contributor

Re: gcc on HP-UX 11.0

i have installed gcc 2.95.2 and binutils 2.9.1

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.9.1/

and it works fine. (binutils 2.10.1 could be your problem)

Re: gcc on HP-UX 11.0

Ranier,

Thanks for the reply! I uninstalled the 2.10.1 version of binutils and installed the 2.9.1 version and at least "hello world" compiles.

Scott LaBounty
Netaphor Software, Inc.