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]

Cannot bootstrap libstdc++ on trunk


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


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