eh_pc reference
Benjamin Kosnik
bkoz@cygnus.com
Tue Aug 17 20:12:00 GMT 1999
> 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. . .
More information about the Libstdc++
mailing list