This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
name mangling (gcc-2.72. vs. egcs-2.91)
- To: gcc at gcc dot gnu dot org
- Subject: name mangling (gcc-2.72. vs. egcs-2.91)
- From: Thomas Flynn <flynnt at acm dot org>
- Date: Wed, 27 Oct 1999 19:10:55 -0400 (EDT)
Just wanna verify something...
I've got a COTS C++ library that was compiled with gcc-2.7.2. I'm running
RedHat 6.0 with egcs-2.91. I seem to be getting unresolved symbols when
linking with this library now. Just a guess, but has the name-mangling
changed since gcc-2.7.2 and perhaps that's why I'm getting unresolved
symbols?
thanks,
tom