This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: V3 vs. symbol versions


Mark Mitchell <mark@codesourcery.com> wrote:
> 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

FWIW, I got a similar error about a libgcc symbol after building gcc
with --disable-shared when I later tried to build something that
(apparently) needed the shared libgcc.


paul


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