zoukankan      html  css  js  c++  java
  • 解决“possibly undefined macro: AC_PROG_LIBTOOL”

    今天特别花1688在51buy.com上买了台同方的笔记本用于mooon的开发,先是安装了Fedora,觉得不好,想安装openSuSE,但发现安装包太大,最后仍选择了ubuntu 12.04,默认没有安装automake等工具,按提示逐一进行了安装,遇到如下这个错误时,表示libtool没有安装:
    $ sh first_once.sh 
    Convert ltmain.sh from the format of DOS to UNIX OK.
    Convert configure.ac.in from the format of DOS to UNIX OK.
    Convert Makefile.am from the format of DOS to UNIX OK.
    Convert Make.rules.in from the format of DOS to UNIX OK.
    configure.ac:64: error: possibly undefined macro: AC_PROG_LIBTOOL
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    autoconf ERROR

    只需要执行“sudo apt-get install libtool”安装好即可解决。
  • 相关阅读:
    Docker安装nexus
    docker常用操作备忘
    react-01
    SBT实操指南
    Play中JSON序列化
    SPARK安装一:Windows下VirtualBox安装CentOS
    SPARK安装三:SPARK集群部署
    SPARK安装二:HADOOP集群部署
    SLICK基础
    函数式编程
  • 原文地址:https://www.cnblogs.com/aquester/p/9891809.html
Copyright © 2011-2022 走看看