------- Additional Comments From bkoz at gcc dot gnu dot org 2005-06-19 14:39 -------
The log file indicates that symbol versioning is turned off. This is most probably due to an old version of binutils. You should see this when configuring libstdc++: configure: versioning on shared library symbols is gnu I'm guessing you don't see this message, and instead see a warning that details what I just described. We're in the process of updating the docs. See this message for more info: http://gcc.gnu.org/ml/libstdc++/2005-06/msg00132.html You can tell the exact version number of ld by issuing: ld --version best, benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22111