These critical programs are missing or too old as ld
Posted skiwndhed
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了These critical programs are missing or too old as ld相关的知识,希望对你有一定的参考价值。
configure 时出现以下错误:
checking for autoconf... no
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL file for required versions.
- 1
- 2
- 3
- 4
问题原因:
缺少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
- 1
- 2
- 3
- 4
- 5
查看当前版本:
# 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.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
注意是大写的V。
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!http://www.captainbed.net
!-->以上是关于These critical programs are missing or too old as ld的主要内容,如果未能解决你的问题,请参考以下文章
linux系统 binutils 的 安装,解决These critical programs are missing or too old: as GNU ld 的问题
Questions that are independent of programming language. These questions are typically more abstract
LeetCode-easy-Maximum Subarray (DP:Dynamic Programming)
HDU 4027 Can you answer these queries?(线段树)
[翻译]Review——Learn these core JavaScript concepts in just a few minutes