This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: HP-UX 11/g++/ld bus error


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]