[问题]kdevelope的问题

软件和网站开发以及相关技术探讨
回复
小毛孩
帖子: 104
注册时间: 2007-07-24 10:25

[问题]kdevelope的问题

#1

帖子 小毛孩 » 2007-11-30 22:31

cd '/home/chenhu/模板/try' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && cd '/home/chenhu/模板/try/debug' && CXXFLAGS="-O0 -g3" "/home/chenhu/模板/try/configure" --enable-debug=full && cd '/home/chenhu/模板/try/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
aclocal
make: aclocal:命令未找到
make: *** [all] 错误 127
*** Exited with status: 2 ***
ubuntunewer
帖子: 1
注册时间: 2007-09-06 13:04

#2

帖子 ubuntunewer » 2007-12-05 14:45

sudo apt-get install make1.9
回复