关于automake-1.15' is missing on your system.的解决
编译jffs2_tool时报错
WARNING: 'automake-1.15' is missing on your system.
本以为下载了对应的源码包装上就行了,没想到后面牵涉了好多问题,总结一下。
1.automake -v一下 版本太旧了, apt-get autoremove automake 删除
automake -v
The program 'automake' can be found in the following packages:
* automake
* automake1.10
* automake1.11
* automake1.4
* automake1.9
Try: apt-get install <selected package>
然后根据报错下载automake-1.15源码包,我下载的是automake-1.15.1.tar.gz下载地址是 :https://lists.gnu.org/archive/html/info-gnu/2017-06/msg00007.html ;下载后解压 tar -zxvf automake-1.15.1.tar.gz 然后 ./configure 接着就有出错了
configure: error: Autoconf 2.65 or better is required.
2.查询资料后知道了autoconf版本太低 autoconf -v
autoconf -v
The program 'autoconf' can be found in the following packages:
* autoconf
* autoconf2.13
Try: apt-get install <selected package>
依然是太低了,可以下一个autoconf-2.65 我这里下载的autoconf-2.68 原因很简单版本高一点,有备无患。这个是地址: http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz
继续./configure
configure: error: no acceptable m4 could be found in $PATH.
oh my god 又来!!!!
3.继续查资料,缺少 m4 , 下载m4-1.4.9.tar.gz 地址为:http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
然后解压 进入首目录 ./configure ;make ;make install 顺利通过
然后安装 autoconf ./configure ;make ;make install 顺利通过
最后安装automake ./configure ;make ;make install 依然顺利通过
接着就可以进行其他编译了
- 分享
- 举报

-
浏览量:282次2020-05-12 16:46:51
-
浏览量:869次2017-10-23 19:20:34
-
浏览量:393次2020-02-04 13:59:51
-
浏览量:309次2022-06-23 13:58:50
-
浏览量:542次2020-07-30 14:53:44
-
浏览量:422次2020-07-17 17:00:06
-
浏览量:366次2020-02-21 11:17:05
-
浏览量:305次2023-03-31 17:11:55
-
浏览量:346次2020-07-09 10:13:38
-
浏览量:379次2020-07-24 10:45:35
-
浏览量:308次2019-10-05 12:50:18
-
浏览量:382次2020-07-31 16:23:10
-
浏览量:396次2020-01-07 13:51:37
-
浏览量:352次2019-11-21 13:49:33
-
浏览量:688次2017-11-08 13:22:30
-
浏览量:1857次2017-12-12 19:07:56
-
浏览量:264次2023-11-30 10:45:48
-
浏览量:329次2019-05-06 16:29:55
-
浏览量:520次2020-03-26 10:21:51
-
广告/SPAM
-
恶意灌水
-
违规内容
-
文不对题
-
重复发帖
怀想天空🌟







举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明