当前位置: 技术问答>linux和unix
急问:这个问题怎么解决(makefile相关的)?
来源: 互联网 发布时间:2015-04-06
本文导语: 我的makefile在编译时,出现了下面的问题。不知道是怎么回事? [root@cmu ecmt]# make cd . && automake --foreign Makefile configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:6: old Automake version. You should re...
我的makefile在编译时,出现了下面的问题。不知道是怎么回事?
[root@cmu ecmt]# make
cd . && automake --foreign Makefile
configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:6: old Automake version. You should recreate aclocal.m4
configure.in:6: with aclocal and run automake again.
make: *** [Makefile.in] Error 1
盼高手给以解答,谢谢!
[root@cmu ecmt]# make
cd . && automake --foreign Makefile
configure.in:6: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:6: old Automake version. You should recreate aclocal.m4
configure.in:6: with aclocal and run automake again.
make: *** [Makefile.in] Error 1
盼高手给以解答,谢谢!
|
重新生成Config文件
|
看我在另一个帖子里的回贴。
|
autoscan
aclocal
autoconf
automake --add-missing
./configure
make
aclocal
autoconf
automake --add-missing
./configure
make
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。