Operating System - HP-UX
1855680 Members
4754 Online
104103 Solutions
New Discussion

binutils depot for HP-UX 11.20

 
Steven Sim Kok Leong
Honored Contributor

binutils depot for HP-UX 11.20

Hi,

I have the gcc 3.0 depot for HP-UX 11.20. However, it requires binutils to swinstall properly.

Does anyone know where I can get binutils depot for HP-UX 11.20?

Thanks in advance. Regards.

Steven Sim Kok Leong
8 REPLIES 8
Paula J Frazer-Campbell
Honored Contributor

Re: binutils depot for HP-UX 11.20

Hi Steven

Have you tried GNU home:-


http://www.gnu.org/home.html


Paula
If you can spell SysAdmin then you is one - anon
Steven Sim Kok Leong
Honored Contributor

Re: binutils depot for HP-UX 11.20

Hi Paula,

Thanks. Did a search using:

http://www.gnu.org/cgi-bin/htsearch?config=htdig;method=or;format=builtin-long;words=bin%20utils%20depot;page=2

However, can't find any binutils depot from the search.

Regards.

Steven Sim Kok Leong
Paula J Frazer-Campbell
Honored Contributor

Re: binutils depot for HP-UX 11.20

Hi

Looks like 2.12 is what you need, but as yet I cannot confirm:-

Have a look here:-

http://ftp.gnu.org/gnu/


Paula
If you can spell SysAdmin then you is one - anon
Steven Sim Kok Leong
Honored Contributor

Re: binutils depot for HP-UX 11.20

Hi Paula,

Thanks. Noticed http://ftp.gnu.org/gnu/binutils/

However, I need a HP-UX depot that I can swinstall. I don't have Ansi-C compiler and I need to install the binutils depot before I can install the gcc depot. Only then will I have a fully-fledged compiler that I can use to compile other programs on my HP-UX 11.20 box.

You know how the default HP-UX CC compiler is. :-) Regards.

Steven Sim Kok Leong
H.Merijn Brand (procura
Honored Contributor

Re: binutils depot for HP-UX 11.20

Have you seen I replaced my tbz with tgz on http://www.xs4all.nl/~procura/ ?
Enjoy, Have FUN! H.Merijn
Steven Sim Kok Leong
Honored Contributor

Re: binutils depot for HP-UX 11.20

Hi Procura,

Thanks. I have downloaded and tried your binary distribution but the gcc binary does not appear compatible on HP-UX 11.20:

# pwd
/var/sw/pa20_64/bin
# ./gcc
Memory fault(coredump)
# file core
core: ELF-64 core file - IA64 from 'gcc' - received SIGSEGV

Did you build your gcc on HP-UX 11.20 or HP-UX 11.00?

Thanks. Regards.

Steven Sim Kok Leong
H.Merijn Brand (procura
Honored Contributor

Re: binutils depot for HP-UX 11.20

I build it on 11.00 with march patches.

First I built binutils-2.12 with HP C-ANSI-C and installed them
Next I built gcc-3.0.4 with HP C-ANSI-C and installed it
Next I rebuilt gcc-3.0.4 with itself and the binutils and installed it

I rebuilt bleading edge perl with this suite to test it, all tests passed :)

FYI the gcc developers are now using certain parts of the perl source to improve their 3.1 branch for hppa, because I managed to build a working gcc64-3.1, but it totaly freaked out trying to build perl (gcc cored etc)

HTH
Enjoy, Have FUN! H.Merijn
Steven Sim Kok Leong
Honored Contributor

Re: binutils depot for HP-UX 11.20

Hi Procura,

Thanks for the efforts. I believe only the compiled binary for HP-UX 11.20 will work on my system.

In any case, I have managed to install the GCC 3.0 depot finally. Problem was caused by silly mistake in /etc/hosts.

Thanks. Regards.

Steven Sim Kok Leong