【发布时间】:2014-06-15 17:38:04
【问题描述】:
我正在尝试在我的 mac 上安装一个 c 垃圾收集器。我已经下载了所有必要的文件(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?
有人可以帮助我吗?我究竟做错了什么?谢谢!
【问题讨论】:
标签: macos failed-installation boehm-gc