我正在尝试更新系统上的 ruby 和 rails (osx 10.8.2)
当我跑
rvm install 1.9.3 --with-gcc=gcc-4.2
我收到以下错误:
You requested building with 'gcc-4.2' but it is not in your path.
2个问题;如何使用 gcc-4.2 安装(我在 xcode 中安装了命令行工具)?另外,我如何将它带到正确的路径?
对此问题的任何帮助将不胜感激。
我正在尝试更新系统上的 ruby 和 rails (osx 10.8.2)
当我跑
rvm install 1.9.3 --with-gcc=gcc-4.2
我收到以下错误:
You requested building with 'gcc-4.2' but it is not in your path.
2个问题;如何使用 gcc-4.2 安装(我在 xcode 中安装了命令行工具)?另外,我如何将它带到正确的路径?
对此问题的任何帮助将不胜感激。
如果您还没有使用 Homebrew,您可能需要安装它以及 apple-gcc42 软件包。此脚本将为您执行此操作,但您可能只想手动运行所需的部分:https ://github.com/thoughtbot/laptop/blob/master/mac