On 3 September 2000 at 13:02, simon wood wrote:

>Offensive bit in po/Makefile is:
>       GMSGFMT = PATH=../src:$$PATH no
>       MSGFMT = no
><snip>                                        
>       .po.gmo:
>               file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
>                 && rm -f $$file && $(GMSGFMT) -o $$file $<  
>

Seems your system is missing "msgfmt" command. Try

$ locate msgfmt

and if it exists try hand carving it in the Makefile. For example i have it in
/usr/bin/msgfmt. Or maybe you can try --disable-nls option when executing the
configure script. BTW, as far as i know, msgfmt is distributed with and is a
part of GNU gettext utility. I hope this helps.


-- 
dirt

All work and no play makes Jack a dull boy.

Reply via email to