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

problem with libstdc++


Hi!

I couldn't compile gcc-3.2.1 cvs with this problem on glibc-2.2.93.

Then I found some fixes around the source by ben in Changelog.

Any help
Kaoru
----- problem ----------------
/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/gcc/xgcc -shared-libgcc -B/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/gcc/ -nostdinc++ -L/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/libstdc++-v3/src -L/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/powerpc-unknown-linux-gnu/bin/ -B/usr/powerpc-unknown-linux-gnu/lib/ -isystem /usr/powerpc-unknown-linux-gnu/include -nostdinc++ -I/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/libstdc++-v3/include/powerpc-unknown-linux-gnu -I/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/libstdc++-v3/include -I../../../../libstdc++-v3/libsupc++ -I../../../../libstdc++-v3/libmath -O2 -fsigned-char -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-se!
ctions -fdata-sections -g -c codecvt_members.cc  -fPIC -DPIC -o .libs/codecvt_members.o
codecvt_members.cc: In member function `virtual std::codecvt_base::result 
   std::codecvt<wchar_t, char, mbstate_t>::do_out(mbstate_t&, const wchar_t*, 
   const wchar_t*, const wchar_t*&, char*, char*, char*&) const':
codecvt_members.cc:53: `_M_c_locale_codecvt' undeclared (first use this 
   function)
codecvt_members.cc:53: (Each undeclared identifier is reported only once for 
   each function it appears in.)
make[4]: *** [codecvt_members.lo] Error 1
make[4]: Leaving directory `/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/gcc-3.2.1/obj-powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2

--------------
2002-09-12  Benjamin Kosnik  <bkoz@redhat.com>

	* libmath/Makefile.am (LIBTOOL): Use --tag CC always for this
	directory.
	* libmath/Makefile.in: Regenerate.
	* src/Makefile.am: Tweak comment.
	* src/Makefile.in: Regenerate.

	* config/locale/gnu/c_locale.h: Remove warnings.
	Inject __uselocale into __gnu_cxx.
	* config/locale/generic/c_locale.h: Match.
2002-09-12  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/locale_facets.tcc (__convert_from_v): Remove.
	* config/locale/gnu/c_locale.h (__convert_from_v): Add.
	* config/locale/generic/c_locale.h (__convert_from_v): Add.	



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