Unintellegible ld error messages

Paul Koning pkoning@equallogic.com
Fri May 13 20:59:00 GMT 2005


>>>>> "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



More information about the Binutils mailing list