【问题标题】:Installing Boehm's C garbage collector on os x mavericks在 os x mavericks 上安装 Boehm 的 C 垃圾收集器
【发布时间】: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


    【解决方案1】:

    看起来您使用了错误的 automake 版本 - 请确保您拥有软件指定的 准确 版本,而不是任何更高版本,因为更高版本的 automake 通常不向后兼容。

    【讨论】:

    • 我不认为这是 automake 的错。我的 Mac 和 ubuntu 笔记本电脑上都安装了 1.14.1 版本。在 ubuntu 上,我按照说明成功安装了垃圾收集器。在 Mac 上我得到一个错误。
    猜你喜欢
    • 1970-01-01
    • 2011-12-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-07-18
    • 2013-11-01
    • 2013-04-01
    • 2014-11-30
    相关资源
    最近更新 更多