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

  • 相关阅读:
    10天学安卓-第八天
    10天学安卓-第七天
    10天学安卓-第六天
    10天学安卓-第五天
    10天学安卓-第四天
    10天学安卓-第三天
    透过 Cucumber 学习 BDD
    应对复杂软件的思考
    管理任务就是管理时间
    Running Dubbo On Spring Boot
  • 原文地址:https://www.cnblogs.com/rooney/p/2580920.html
Copyright © 2011-2022 走看看