This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: HP-UX 11/g++/ld bus error
- To: jfasch at hyperwave dot com
- Subject: Re: HP-UX 11/g++/ld bus error
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 6 Jun 2000 22:35:19 +0200
- CC: gcc at gcc dot gnu dot org
- References: <200006061154.NAA18066@hwiw01.hyperwave.com>
> 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