|
在安装轻轻松松背单词时 ./configure OK,到make时出错,提示如下
rambo@rambo-laptop:~/programe/reciteword-0.8.4$ make
make all-recursive
make[1]: Entering directory `/home/rambo/programe/reciteword-0.8.4'
Making all in po
make[2]: Entering directory `/home/rambo/programe/reciteword-0.8.4/po'
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file zh_CN.po
/bin/sh: -o: not found
make[2]: *** [zh_CN.gmo] 错误 127
make[2]: Leaving directory `/home/rambo/programe/reciteword-0.8.4/po'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/rambo/programe/reciteword-0.8.4'
make: *** [all] 错误 2
哪位朋友能帮忙分析一下? 多谢了 |
|