【问题标题】:gcc: error: unrecognized command line option ‘-combine’gcc:错误:无法识别的命令行选项“-combine”
【发布时间】:2014-11-07 15:16:14
【问题描述】:

我正在尝试从here 编译矿脉库。 但是,在 yajl.o 源上运行 make 时,我最终会遇到错误:

gcc: error: unrecognized command line option ‘-combine’

我在 ubuntu 12.04 上使用 4.9.2 gcc。我还在不同的电脑上尝试了 gcc 4.8.1。

【问题讨论】:

    标签: c++ node.js gcc compiler-errors


    【解决方案1】:

    我相信 -combine 在 GCC 4.6 中是 removed。但是,有一个 PR 可以为 lode here 解决这个问题。

    【讨论】:

      猜你喜欢
      • 2020-10-06
      • 2013-05-26
      • 2020-02-03
      • 2021-10-04
      • 1970-01-01
      • 1970-01-01
      • 2017-01-22
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多