This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Cannot bootstrap libstdc++ on trunk
- To: libstdc++ at gcc dot gnu dot org
- Subject: Cannot bootstrap libstdc++ on trunk
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Date: Sat, 1 Sep 2001 00:26:13 +0200 (CEST)
I do not understand why for a successful build of the current
libstdc++ library the msgfmt command is required when gcc is configured
with the --disable-nls option.
Hope this helps
Peter Schmid
Configure options:
../gcc/configure
--with-gcc-version-trigger=/mnt/egcs/gcc/gcc/version.c
--host=i686-pc-linux-gnu --enable-shared --enable-threads=posix
--enable-languages=c,c++,f77,objc --disable-nls --enable-clocale=gnu
Excerpt of the build log:
(cd .libs && rm -f libstdc++.la && ln -s ../libstdc++.la libstdc++.la)
make[4]: Leaving directory `/mnt/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src'
Making all in po
make[4]: Entering directory `/mnt/egcs/build/i686-pc-linux-gnu/libstdc++-v3/po'
msgfmt ../../../../gcc/libstdc++-v3/po/de.po -o de.mo
make[4]: msgfmt: Command not found
make[4]: *** [de.mo] Error 127