IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    [原]These critical programs are missing or too old: as ld

    testcs_dn发表于 2015-05-02 10:04:25
    love 0

    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。



沪ICP备19023445号-2号
友情链接