zoukankan      html  css  js  c++  java
  • 安装aclocal1报错问题

    missing: line 46: aclocal-1.10: command not found
    WARNING: `aclocal-1.10' is needed, and you do not seem to have it handy on your
             system.  You might have modified some files without having the
             proper tools for further handling them.  Check the `README' file,
             it often tells you about the needed prerequirements for installing
             this package.  You may also peek at any GNU archive site, in case
             some other package would contain this missing `aclocal-1.10' program.
    make: *** [aclocal.m4] Error 1
    则执行: ln -s ./aclocal-1.11 ./aclocal-1.10
     

    missing: line 46: automake-1.10: command not found

    WARNING: `automake-1.10' is needed, and you do not seem to have it handy on your
             system.  You might have modified some files without having the
             proper tools for further handling them.  Check the `README' file,
             it often tells you about the needed prerequirements for installing
             this package.  You may also peek at any GNU archive site, in case
             some other package would contain this missing `automake-1.10' program.
    make: *** [Makefile.in] Error 1

    则执行: ln -s ./automake-1.11 ./automake-1.10

    missing: line 46: flex: command not found
    WARNING: `flex' is missing on your system.  You should only need it if
             you modified a `.l' file.  You may need the `Flex' package
             in order for those modifications to take effect.  You can get
             `Flex' from any GNU archive site.

     执行apt-get install flex

  • 相关阅读:
    虚方法与非虚方法,native关键字
    Java多态
    Java对象初始化顺序
    继承、初始化
    递归,斐波那契,对象类型数组
    方法重载
    可变形参
    idea
    ss 如何解决margin-top使父元素margin失效
    js中call和apply的用法和区别
  • 原文地址:https://www.cnblogs.com/rooney/p/2580920.html
Copyright © 2011-2022 走看看