G++ 3.3 and ld Error

Oliver Kellogg oliver.kellogg@sysde.eads.net
Tue May 20 16:15:00 GMT 2003


Hi Dara,

The libstdc++.so has an unresolved reference to

  _Unwind_Resume_or_Rethrow@GCC_3.3

whereas the library libgcc_s.so defines the symbol

  _Unwind_Resume_or_Rethrow

i.e. without the versioning extension.

Hope this helps,

Oliver

-- oliver dot kellogg at sysde dot eads dot net


On Sat, 17 May 2003 12:30:36 -0700, Dara Hazeghi wrote:
> 
> it looks like some part of the unwind library is not being found in the linking process. Can you add
> the "-v" option, rerun the command and post the output? Note that somewhere, you need to be linking
> to libsupc++ .



More information about the Gcc-help mailing list