前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >autoconf 报错

autoconf 报错

作者头像
全栈程序员站长
发布2022-08-25 08:39:54
3660
发布2022-08-25 08:39:54
举报
文章被收录于专栏:全栈程序员必看

大家好,又见面了,我是你们的朋友全栈君。

报错现象:error: Autoconf version 2.64 or higher is required

解决办法: 查询当前版本: [python] view plain copy [root@wslu-cs wslu]# rpm -qf /usr/bin/autoconf autoconf-2.63-5.1.el6.noarch

卸载当前版本: [python] view plain copy [root@wslu-cs wslu]# rpm -e –nodeps autoconf-2.63

安装最新版本: [python] view plain copy [root@wslu-cs wslu]# wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz [root@wslu-cs wslu]# tar zxvf autoconf-2.69.tar.gz [root@wslu-cs wslu]# cd autoconf-2.69 [root@wslu-cs wslu]# ./configure –prefix=/usr/ [root@wslu-cs wslu]# make && make install

查看当前版本: [python] view plain copy [root@wslu-cs autoconf-2.69]# /usr/bin/autoconf -V autoconf (GNU Autoconf) 2.69 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html&gt;, <http://gnu.org/licenses/exceptions.html&gt; This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

至此,autoconf已升级到2.69。

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/141815.html原文链接:https://javaforall.cn

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022年5月9,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档