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]

Re: bootstrap fails: msgfmt: Not found


* Kaveh R . Ghazi (ghazi@caip.rutgers.edu) [20000624 19:55]:

>  > make[1]: Entering directory `/caip/u99/ghazi/gcc-testing/build/gcc/po'
>  > file=`echo en_GB | sed 's,.*/,,'`.gmo \
>  >   && rm -f $file && PATH=../src:$PATH msgfmt -o $file ../../../egcs-CVS20000624/gcc/po/en_GB.po
>  > msgfmt: Not found
>  > make[1]: *** [en_GB.gmo] Error 1
> 
> I used "gcc_update --touch" but it didn't help.  Do we need to add
> some more files to the update script?

Nope, it doesn't have anything to do with that. What it's trying to do is
creating the binary message catalog. But it should do that only if it found
msgfmt. Could you check gcc/config.log and see if it found msgfmt? 

I'll have a close look at AM_GNU_GETTEXT and will check if there is another
bug hidden there (could well be :( ).

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

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