HP-UX 11/g++/ld bus error
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Tue Jun 6 13:46:00 GMT 2000
> I get the following output. Most notably the ld bus error. I installed
> a patch named PHSS_20014 against the "linker tools" from HP because
> the patch description sounded right to me, with no effect. Has anybody
> seen this?
I'm not a HPUX user, but the symbols that ld complains about (before
crashing?) are supposed to come from libgcc.a. Here is a couple of
things you may want to try:
- invoke gcc -v --save-temps, and then invoke the linker line
separately - in particular without using collect2. If the linker has
a verbosity option, turn it on.
- if there are some tools to analyse object files, try to ask them
whether they think that the object files are correct.
Hope this helps,
Martin
More information about the Gcc
mailing list