This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unintellegible ld error messages


>>>>> "Daniel" == Daniel Jacobowitz <drow@false.org> writes:

 Daniel> On Fri, May 13, 2005 at 03:44:46PM -0400, Paul Koning wrote:
 >> The offending library is libstdc++, as compiled by GCC 4.0.0.
 >> This seems very strange.

 Daniel> Then something's probably wrong with your GCC build
 Daniel> environment; no one else seems to encounter this warning with
 Daniel> libstdc++.

It turns out that libgcc.so has _Unwind_GetIP as a regular symbol, but
libgcc.a has it as a hidden symbol.  One of my builds only has the .a
version of libgcc, so that's why that link fails (while others for
another target work fine).

	paul


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