This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ can't locate iosfwd


2011/8/27 Maciej BliziÅski:
> 2011/8/27 Jonathan Wakely <jwakely.gcc@gmail.com>:
>> http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html
>>
>> Be aware though that Symbol Versioning was not originally supported on
>> Solaris but is by recent GCC releases, so if it is enabled when you
>> build GCC that makes an incompatible libstdc++.so
>
> Can I test an existing binary whether it has enabled Symbol Versioning?

You can use nm to see whether the symbols are versioned or not.


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