These critical programs are missing or too old: as ld

简介: configure 时出现以下错误:checking for autoconf... noconfigure: error:*** These critical programs are missing or too old: as ld*** Check the INSTALL file for required versions.

configure 时出现以下错误:

checking for autoconf... no
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL file for required versions.

问题原因:
缺少autoconf或版本太低

下载安装新版本

# wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz
# tar zxvf autoconf-2.68.tar.gz
# cd autoconf-2.68
# ./configure --prefix=/usr/
# make && make install

查看当前版本:

# autoconf -V
autoconf (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
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.

注意是大写的V。

目录
相关文章
|
Linux Python
LINUX These critical programs are missing or too old: compiler python
LINUX These critical programs are missing or too old: compiler python
1429 0
LINUX These critical programs are missing or too old: compiler python
|
C语言
These critical programs are missing or too old: gawk bison
These critical programs are missing or too old: gawk bison
2447 0
|
Linux C语言
Linux These critical programs are missing or too old: compiler
Linux These critical programs are missing or too old: compiler
2861 0
Linux These critical programs are missing or too old: compiler
|
Linux Perl
Centos8 yum源配置方法
本文介绍了Centos8 版本中yum的配置
10577 30
Centos8 yum源配置方法
|
前端开发 Python
【Python • 项目实战】pytesseract+pyqt实现图片识别软件小项目——(二)实现QQ截图功能
【Python • 项目实战】pytesseract+pyqt实现图片识别软件小项目——(二)实现QQ截图功能
386 0
conda常用操作和配置镜像源
conda常用操作和配置镜像源
28887 0
|
12月前
|
中间件 Linux vr&ar
Centos7升级Glibc
Centos7升级Glibc
1526 6
|
缓存 Linux 开发工具
CentOS 7- 配置阿里镜像源
阿里镜像官方地址http://mirrors.aliyun.com/ 1、点击官方提供的相应系统的帮助 :2、查看不同版本的系统操作: 下载源1、安装wget yum install -y wget2、下载CentOS 7的repo文件wget -O /etc/yum.
251990 0
|
Linux 数据安全/隐私保护 Windows
更换(Pypi)pip源到国内镜像
pip国内的一些镜像 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.
247029 2
|
6月前
|
中间件 Linux vr&ar
Centos7升级Glibc
centos7升级glic问题
1249 0