分类
- Actionscript (3)
- Git (3)
- Javascript (1)
- Life (30)
- Mac OS (6)
- PHP (3)
- Python (1)
- Ruby (2)
- Server (9)
标签
Monthly Archives: 一月 2012
Mac 下使用 rvm 安装 ree 报段错误
背景 系统版本:Mac OS X Lion 使用 rvm install ree 报错:./ext/purelib.rb:2: [BUG] Segmentation fault 解决方法 export CC=/usr/bin/gcc-4.2 如果还是无法安装,请尝试先 rvm remove ree 后再行安装,即: rvm remove ree export CC=/usr/bin/gcc-4.2 rvm install ree 参考 《Segmentation fault in (RVM) REE installation》 《Segmentation fault while installing … Continue reading
Posted in Mac OS, Ruby
Leave a comment