小编mur*_*d99的帖子

如何在 Linux 上安装 M4,避免 Automake 和 Autoconf 的依赖循环?

我正在尝试使用 1.4.17 tarball 在我的 Chromebook 上安装 GNU M4,但是当我运行时./configuremake我收到与 相关的错误aclocal,这显然是 GNU Automake 软件包的一部分。我得到的确切错误是

WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [aclocal.m4] Error 127
Run Code Online (Sandbox Code Playgroud)

我知道第一部分只是一个警告,但名称表明错误是相关的。

我还尝试为 创build一个空文件aclocal.m4,但收到一条不同的消息:有关automake-1.14 …

compiling autoconf m4

5
推荐指数
1
解决办法
1965
查看次数

标签 统计

autoconf ×1

compiling ×1

m4 ×1