This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: V3 vs. symbol versions
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 11 Oct 2002 13:41:03 -0500
- Subject: Re: V3 vs. symbol versions
- Organization: Red Hat / Chicago
- References: <43060000.1034360824@warlock.codesourcery.com>
> When trying to rebuild V3, I get:
>
> /usr/bin/ld: .libs/libstdc++.so.5.0.1: undefined versioned symbol name
> std::time_put_w@@GLIBCPP_3.2
> /usr/bin/ld: failed to set dynamic section sizes: Bad value
> collect2: ld returned 1 exit status
>
> What does this mean? My binutils are stock Red Hat 7.2.
Can you try a clean re-build? This should be defined in src/globals.cc.
-benjamin