我在ubuntu下 編譯安裝Sharutils 套件過程中出現錯誤
/configure完之後我輸入了make卻出現 以下的錯誤:
root@ubuntu:/ixp/src/sharutils-4.2.1# make
for subdir in doc lib po intl src checks contrib; do \
target=`echo all-recursive|sed 's/-recursive//'`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in doc
make[1]: Entering directory `/ixp/src/sharutils-4.2.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/ixp/src/sharutils-4.2.1/doc'
making all in lib
make[1]: Entering directory `/ixp/src/sharutils-4.2.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/ixp/src/sharutils-4.2.1/lib'
making all in po
make[1]: Entering directory `/ixp/src/sharutils-4.2.1/po'
xgettext --default-domain=sharutils --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in
make[1]: xgettext: Command not found
make[1]: *** [sharutils.pot] Error 127
make[1]: Leaving directory `/ixp/src/sharutils-4.2.1/po'
make: *** [all-recursive] Error 1
我上網google了一下還是查不到相關解釋
請問有沒有大大可以解釋一下這個錯誤的訊息呢?
謝謝 @ @
p.s.國內有沒有比較大的linux或ubuntu的論壇可以參考??
有時候遇到錯誤除了問人外實在不知道怎麼自己找答案 我太弱了....~"~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.230.216.132