Error installing ruby 1.9.3

后端 未结 4 1016
小蘑菇
小蘑菇 2021-01-01 02:02

I\'m trying to install Ruby 1.9.3 using rvm. However, when I type:

rvm install 1.9.3

I get the following error:

ERROR: Erro         


        
4条回答
  •  暖寄归人
    2021-01-01 03:06

    Which version of Xcode are you using - 4.1 or 4.2? There are some issues with 4.2 and Ruby because 4.2 uses LLVM instead of GCC as the main compiler. Some of the information here may help you if you have 4.2. If you have 4.2 but don't mind going back to 4.1 it's possible to download 4.1 from Apple still on their developer's page but it's rather buried.

提交回复
热议问题