This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
NLS stops bootstrap
- To: gcc-bugs <gcc-bugs at gcc dot gnu dot org>
- Subject: NLS stops bootstrap
- From: Thomas Kunert <kunert at physik dot tu-dresden dot de>
- Date: Tue, 12 Sep 2000 17:15:12 +0200
Hi,
I get
make[3]: Entering directory `/home2/cvs/bin/gcc/po'
make[3]: *** No rule to make target
`../../../gcc/gcc/objc/objc-parse.c', needed by `stamp-check-pot'.
Stop.
during stage1. I did
../gcc/configure i686-pc-linux-gnu --enable-shared --prefix=/opt
--enable-languages=c,c++,f77
with the current CVS. When I add --disable-nls it works.
Regards,
Thomas