RVM ruby installation errors - Mac

后端 未结 8 754
深忆病人
深忆病人 2020-12-14 09:28

I have tried to install each of the following three versions of Ruby via RVM, each with their own set of errors. I\'m more concerned with getting the last one working so I\'

8条回答
  •  伪装坚强ぢ
    2020-12-14 10:07

    This is most likely related to the gcc you are using. Have you tired to use non llvm gcc compiler? You will most likely find it under /Xcode4/usr/bin/gcc-4.2

    so:

    $> export CC=/Xcode4/user/bin/gcc-4.2 && rvm install 1.8.7
    

    Hope this helps.

提交回复
热议问题