This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
no used instead of msgfmt
- To: gcc-bugs at gcc dot gnu dot org
- Subject: no used instead of msgfmt
- From: Patrik Hagglund <patha at softlab dot ericsson dot se>
- Date: Fri, 14 Jul 2000 18:53:30 +0200
I think that configure should report the absence of msgfmt as an error.
I tried to compile egcs-core-20000710:
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH no -o $file ../../../gcc/po/en_GB.po
no: not found
make[3]: *** [en_GB.gmo] Error 127
make[3]: Leaving directory `/softlab/robyn/patha/egcs-20000710/build/gcc/po'
make[2]: *** [intl.all] Error 1
make[2]: Leaving directory `/softlab/robyn/patha/egcs-20000710/build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/softlab/robyn/patha/egcs-20000710/build/gcc'
make: *** [bootstrap] Error 2
I installed gettext and everything went fine.
--
Patrik Hägglund