用rbenv 安装ruby 2.0.0的时候出错了

 hareleemu_699 发布于 2022-10-26 22:45

先安装的homebrew 然后安装的rbenv 接下来安装 ruby 2.0.0 结果编译的时候出错了。

dationtekiMacBook-Air:~ dation$ rbenv install 2.0.0-p247
Downloading ruby-2.0.0-p247.tar.gz...
-> http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz
Installing ruby-2.0.0-p247...

BUILD FAILED

Inspect or clean up the working tree at /var/folders/bp/71f4bqx11kx43wxx8stmdmn00000gn/T/ruby-build.20130908132041.62016
Results logged to /var/folders/bp/71f4bqx11kx43wxx8stmdmn00000gn/T/ruby-build.20130908132041.62016.log

Last 10 log lines:
checking for gcc-4.2... no
checking for clang... no
checking for gcc... no
checking for cc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/var/folders/bp/71f4bqx11kx43wxx8stmdmn00000gn/T/ruby-build.20130908132041.62016/ruby-2.0.0-p247':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

BUILD FAILED

Inspect or clean up the working tree at /var/folders/bp/71f4bqx11kx43wxx8stmdmn00000gn/T/ruby-build.20130908132041.62016
Results logged to /var/folders/bp/71f4bqx11kx43wxx8stmdmn00000gn/T/ruby-build.20130908132041.62016.log

Last 10 log lines:
checking for clang... no
checking for gcc... no
checking for cc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/var/folders/bp/71f4bqx11kx43wxx8stmdmn00000gn/T/ruby-build.20130908132041.62016/ruby-2.0.0-p247':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
/usr/local/bin/ruby-build: line 387: make: command not found
2 个回答
  • mac下建议使用rvm安装

    开启autolibs就可以安装好依赖了

    2022-10-27 01:35 回答
  • 没有编译器。

    安装最新的Xcode 4.6, 然后启动Xcode, 去Xcode的preference, 跳到Download tab, 下载 Command Line Tools.

    2022-10-27 01:36 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有