This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: eh_pc reference


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


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