Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我使用 OS X 10.7.5 的 Mac 机器上安装 Ruby 1.9.2。在安装过程中,安装程序要求我先安装 GCC。安装 GCC 后,Ruby 安装成功。
为什么 Ruby 依赖于 GCC?
有些 gem 需要原生 C 扩展,因此为了安装这些 gem,需要安装 GCC。
此外,如果您从源代码安装 Ruby,那么您将需要 GCC 来编译。