Murali Vadivelu wrote:
> Dear Developers,
> 
> How do you fix the following problem? I am trying to compile a Gnome- 
> based program outside Fink, before packaging it.
> 
> $ make
> make  all-recursive
> Making all in po
> file=`echo af | sed 's,.*/,,'`.gmo \
>         && rm -f $file &&  -o $file af.po
> /bin/sh: -o: command not found
> make[2]: *** [af.gmo] Error 127
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

Looks like configure didn't find the msgfmt program. Is it on your PATH? 
Fink's would be in /sw/bin if you have gettext-tools installed.

-- 
Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to