fetchmail-friends
[Top] [All Lists]

Re: [fetchmail]The 5.9.12 release of fetchmail is available

2002-06-18 01:25:32
There is an error when running

./configure --with-ssl
make

...

cd po; make
make[1]: Entering directory `/usr/local/software/fetchmail-5.9.12/po'
PATH=../src:$PATH : --default-domain=fetchmail --directory=.. \
  --add-comments --keyword=GT_ --keyword=NGT_ \
  --files-from=./POTFILES.in \
&& test ! -f fetchmail.po \
   || ( rm -f ./fetchmail.pot \
        && mv fetchmail.po ./fetchmail.pot )
file=./`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH  -o $file ca.po
/bin/sh: -o: command not found
make[1]: *** [ca.gmo] Error 127
make[1]: Leaving directory `/usr/local/software/fetchmail-5.9.12/po'
make: *** [po] Error 2


if I run ./configure --with-ssl --disable-nls everything compiles ok.

po/Makefile:
on  line 36  GMSGFMT = PATH=../src:$$PATH
and line 105           && rm -f $$file && $(GMSGFMT) -o $$file $<

This should be solved for release 6.0.0   ;-)

Thanks, Richard


-- 
   Richard Ems
   ... e-mail: r(_dot_)ems(_at_)gmx(_dot_)net
   ... Computer Science, University of Hamburg

   Unix IS user friendly. It's just selective about who its friends are.