|
以前RH8.0都没有这种问题呀!!!!!
我直接建立的项目,用hello,world的范例程序编译都通不过,怎么办?
大家帮我看看!
编译时的信息是这样的:
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
gmake all-recursive
gmake[1]: Entering directory `/root/test1'
cd . && \
/bin/sh /root/test1/admin/missing --run automake --foreign 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[1]: *** [Makefile.in] Error 1
gmake[1]: Leaving directory `/root/test1'
gmake: *** [all] Error 2
*** 失败 *** |
|