This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: symbol level versioning in shared object libraries created by gcc 3.x
"Hespelt, Steve (Exchange)" <shespelt@bear.com> writes:
[snip]
> "Hespelt, Steve \(Exchange\)" <shespelt@bear.com> writes:
>
> > Having read the http://gcc.gnu.org/onlinedocs/libstdc++/abi.txt page,
> I
> > believe the vendor's library has symbol level versioning enabled.
[snip]
Here is a shot in the dark. Try configuring your gcc with
--enable-symvers (in addition to your normal configure
arguments). See
http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html .