0

我正在尝试在我的 Mac 上安装交流垃圾收集器。我已经下载了所有必要的文件(git、automake 等)。我按照网站http://www.hboehm.info/gc/的说明进行操作。当我到达命令“automake --add-missing”时,我收到以下消息:

configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
automake: error: no 'Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?

有人能帮我吗?我究竟做错了什么?谢谢!

4

1 回答 1

0

看起来你有错误的 automake 版本——确保你有软件指定的确切版本,而不是任何更高版本,因为更高版本的 automake 通常不向后兼容。

于 2014-06-15T18:40:26.520 回答