本文介绍了无法编译ruby 1.9.3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我执行

 

How can I get ruby 1.9.3 to install on Lion?

推荐答案

您正在使用 clang ,根据这张票

here is RVM ticket for this problem https://github.com/wayneeseguin/rvm/issues/1480

更新:Ruby-2.0.0实际上与 clang 然后使用 gcc-4.2 ,更多详细信息:

UPDATE: Ruby-2.0.0 actually compiles better with clang then with gcc-4.2, more details here: http://stackoverflow.com/a/15655034/497756

这篇关于无法编译ruby 1.9.3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 17:52