当前位置: 技术问答>linux和unix
第一次在LINUX学习编程,望指点,请勿见笑!
来源: 互联网 发布时间:2015-09-17
本文导语: cd .. && /bin/sh /home/betterzy/sss/admin/missing --run automake --gnu sss/Makefile aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an aclocal.m4:3009: old Automake version. You should recreate aclocal.m4 aclocal.m4:3009: with acloc...
cd .. &&
/bin/sh /home/betterzy/sss/admin/missing --run automake --gnu sss/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake: *** [Makefile.in] Error 1
*** 失败 ***
自动生成一个PROJECT,结果调试出来这些东东,不知道怎么办??回想到了第一次学VC,面对一堆ERROR,不知道怎么办的情景.
/bin/sh /home/betterzy/sss/admin/missing --run automake --gnu sss/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake: *** [Makefile.in] Error 1
*** 失败 ***
自动生成一个PROJECT,结果调试出来这些东东,不知道怎么办??回想到了第一次学VC,面对一堆ERROR,不知道怎么办的情景.
|
你的linux的版本号??最好把地问题表达得详细些,贴出你的makefile文件来。
但看错误提示old Automake version,好像是版本问题。
但看错误提示old Automake version,好像是版本问题。
|
用auto工具不爽。
简单的工程自己写Makefile,
比较繁琐的工程用qmake。
简单的工程自己写Makefile,
比较繁琐的工程用qmake。
|
这个是什么东西的安装啊?
它的提示是你的automake版本老了,换个新的先……
它的提示是你的automake版本老了,换个新的先……
|
up
|
up
|
学习!!!!!!!!!!!
|
自动生成makefile!其实没比要!除非要什么特殊处理
|
不懂,但是可以自己学习写一下makefile