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

no used instead of msgfmt


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

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