Hi,
Running ./configure finished without any problems (after installing some extra packages).
Running make will end up in an error:
mathijs@mathijs-laptop:~/temp/striim-0.0.4$ make
Making all in data
make[1]: Entering directory `/home/mathijs/temp/striim-0.0.4/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mathijs/temp/striim-0.0.4/data'
Making all in help
make[1]: Entering directory `/home/mathijs/temp/striim-0.0.4/help'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mathijs/temp/striim-0.0.4/help'
Making all in po
make[1]: Entering directory `/home/mathijs/temp/striim-0.0.4/po'
file=`echo sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file sv.po
/bin/sh: -o: not found
make[1]: *** [sv.gmo] Error 127
make[1]: Leaving directory `/home/mathijs/temp/striim-0.0.4/po'
make: *** [all-recursive] Error 1
mathijs@mathijs-laptop:~/temp/striim-0.0.4$