This is the mail archive of the gcc-prs@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]

libstdc++/7849: libstdc++.so: undefined reference to std::messages<wchar_t>::do_get[...] causes failure during building of abi_check


>Number:         7849
>Category:       libstdc++
>Synopsis:       libstdc++.so: undefined reference to std::messages<wchar_t>::do_get[...] causes failure during building of abi_check
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 07 04:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     nwourms@netscape.net
>Release:        20020907
>Organization:
>Environment:
2.4.19-rc1-ac3-gentoo-r1 #3 Mon Aug 5 05:59:51 EDT 2002 i686 Pentium III (Katmai) GenuineIntel GNU/Linux

GNU ld version 2.13.90.0.4 20020814
glibc-2.2.5
>Description:
For the last 2 days, I have been unable to fully bootstrap the cvs HEAD sources.  Each time I build from a clean build dir, it fails when trying to build abi_check in libstdc++.  Specifically, g++ complains: [...]/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `std::messages<wchar_t>::do_get(int, int, int, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) const'
>How-To-Repeat:
This is the configuration arguments I use to build the gcc suite:
CFLAGS="-march=pentium3 -mfpmath=sse -mmmx -msse -pipe" \
CXXFLAGS="-march=pentium3 -mfpmath=sse -mmmx -msse -pipe -Wno-deprecated" \
../gcc/configure  --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --prefix=/usr --srcdir=../../gcc/gcc --mandir=/usr/share/man --infodir=/usr/share/info --program-suffix=-3.3 --with-gcc-version-trigger=/usr/src/gcc/gcc/gcc/version.c --with-system-zlib --with-gxx-include-dir=/usr/include/g++-v33 --with-local-prefix=/usr/local --with-x --without-included-gettext --enable-shared --enable-languages=c,c++,ada,f77,objc,java --enable-threads=posix --enable-long-long --enable-objc-gc --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --enable-shared --enable-interpreter --enable-nls --disable-checking

Run 'make bootstrap' from TLD of build dir after configuring.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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