LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1046|回复: 5

Redhat9.0下的Kdevelop怎么出错了?

[复制链接]
发表于 2003-9-14 17:49:32 | 显示全部楼层 |阅读模式
以前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
*** 失败 ***
发表于 2003-9-14 22:34:47 | 显示全部楼层
old Automake version. You should recreate aclocal.m4
是不是你的版本不一致引起的
 楼主| 发表于 2003-9-15 22:00:46 | 显示全部楼层
可是这是系统自带的版本呀,redhat怎么这么无责任?
发表于 2003-9-15 22:17:47 | 显示全部楼层
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.
那你就看看这里吧
也可能是自己的automake 文件没有配置好
 楼主| 发表于 2003-9-18 11:39:53 | 显示全部楼层
哈哈,我真是无知而又愚蠢!!
请指教如何recreate aclocal.m4?
发表于 2003-9-18 15:33:31 | 显示全部楼层
这应该不是这个问题
而是autoconf配置文件的问题

等会我找一篇autoconf的文章吧

kdevelop我不知道它是什么实现的
autoconf使用的两个文件是
configure.in 和makefile.in
然后根据这两个文件来产生Makefile
http://www.cngnu.org/technology/7c1e/292.html
同样很多自动生成工具也是使用autoconf机制

你的程序很复杂吗 文件很多吗
如果不多的话可以先试写个简单的看看有没有这问题
或是你自己更改了这几个配置文件
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表