These critical programs are missing or too old as ld

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

                       

configure 时出现以下错误:

checking for autoconf... noconfigure: 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 -Vautoconf (GNU Autoconf) 2.68Copyright (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。

           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

猜你喜欢

转载自blog.csdn.net/hftyfdg/article/details/83935146
今日推荐