This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: eh_pc reference
- To: Robert Kerr <kerrr@et.byu.edu>
- Subject: Re: eh_pc reference
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Tue, 17 Aug 1999 20:12:11 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> back in libstdc++.so.2.8.0 there was a symbol __eh_pc. I haven't been
> able to find it in recent libraries. Has it been obsoleted? I ask
> because I am working on a large project wherein I link libraries from a
> vendor, and I was getting undefined references for this symbol. So, I
> linked in the old libstdc++ library, and it was able to define the
> reference just fine, but now I'm getting segfaults in strncpy, which I'm
> thinking are caused by the older library.
> Any ideas?
This list is for libstdc++.so.3.0.0, but I think your undefined symbol is
actually part of libgcc.a. You're probably using a different compiler, and
thus the change. . . . you should talk to your vendor and see what
compiler version or flags they used to produce their libraries, and use
the same. . .