Error installing Ruby with RVM (OSX 10.8)

旧时模样 提交于 2019-11-28 13:57:54
Casper

Your main issue is:

configure: error: C compiler cannot create executables

So search for solutions to that problem. Like:

rvm install 1.9.3 --with-gcc=clang

Other examples:

Xcode->Preferences

Check "Command line tools"

It is a duplicate, there are already few answers for this but I have made the fix also into RVM, make sure to run rvm get head first and read the output - the fix is displayed there.

This problem is also reported back to RailsInstaller: https://github.com/railsinstaller/railsinstaller-nix/issues/10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!