• 安装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

  • 相关阅读:
    第一次作业-编译原理概述
    文法和语言总结与梳理(作业四)
    作业三
    作业二
    编译原理概述
    编译原理 作业九
    编译原理 作业八
    编译原理 作业七
    编译原理 作业六
    编译原理 作业五
  • 原文地址:https://www.cnblogs.com/rooney/p/2580920.html
Copyright © 2020-2023  润新知