Mason Ip wrote:
Thanks Frank, I used to use Solaris and seldom worked on HP myself. I did get gcc binary package from HP's web site. Although I was surprised to learn gnu ld won't compile on HP.
I know that GNU ld doesn't compile for MIPS/IRIX, either, so I'm not too surprised.
I suppose, the (binary) GCC uses HP's linker, does it (if unsure, you can check it by watching the output of `gcc -v')? If so, GPC should be able to do the same (and as far as I understood the problems, so far they only concerned the assembler, not the linker, anyway).
Frank
Frank Heckenbach wrote
I suppose, the (binary) GCC uses HP's linker, does it (if unsure, you can check it by watching the output of `gcc -v')? If so, GPC should be able to do the same (and as far as I understood the problems, so far they only concerned the assembler, not the linker, anyway.
Hi all!
Correct, HP's linker is used by GCC and GPC, no problem. You only need gas.
Sietse