错误:无法识别的命令行选项' -combine '

时间:2021-07-10 23:16:58

I am trying to compile lode library from here. However when running make on the yajl.o source I end up with the error:

我正在尝试从这里编译lode库。然而,当跑步时,在yajl上。o来源:我以错误告终:

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

I am using 4.9.2 gcc on ubuntu 12.04. I also tried gcc 4.8.1 on different pc.

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

1 个解决方案

#1


3  

I believe -combine was removed in GCC 4.6. However, there is a PR to fix this for lode here.

我认为-combine在GCC 4.6中被删除。然而,这里有一个PR来修复lode。

#1


3  

I believe -combine was removed in GCC 4.6. However, there is a PR to fix this for lode here.

我认为-combine在GCC 4.6中被删除。然而,这里有一个PR来修复lode。