I am trying to compile kino 1.3.0 for my Debian amd64 arch. I use:
./configure --with-dv1394 with no error. But as soon as I typed make, I got:
Code:
make all-recursive
make[1]: Entering directory `/root/Downloads/kino-1.3.0'
Making all in po
make[2]: Entering directory `/root/Downloads/kino-1.3.0/po'
file=`echo ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file ca.po
/bin/sh: line 1: -o: command not found
make[2]: *** [ca.gmo] Error 127
make[2]: Leaving directory `/root/Downloads/kino-1.3.0/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Downloads/kino-1.3.0'
make: *** [all] Error 2
Can anyone help with solving the problem? TIA,
Martin