zoukankan      html  css  js  c++  java
  • 解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL

    当安装configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL

                         If this token and others are legitimate, please use m4_pattern_allow.
                         See the Autoconf documentation.
                         autoreconf: /usr/bin/autoconf failed with exit status: 1

    出现之后来那叫一个郁闷啊,在线搜索。该解决方案终于被,欲哭无泪啊··

    原来缺乏的工具的:sudo apt-get install libtool  

     安装后大吃一惊

    为了确保后没有错误 。另外你需要安装一个工具:sudo apt-get install libsysfs-dev

  • 相关阅读:
    HackerRank
    HackerRank
    LeetCode "Kth Smallest Element in a BST"
    HackerRank
    HackerRank
    LeetCode "Roman to Integer"
    LeetCode "Integer to Roman"
    LeetCode "Majority Element II"
    HackerRank
    HackerRank
  • 原文地址:https://www.cnblogs.com/mengfanrong/p/5028830.html
Copyright © 2011-2022 走看看