【发布时间】:2012-12-03 15:47:53
【问题描述】:
我正在尝试在我的 Mac 上安装 RSRuby。调用后:
sudo gem install rsruby
我收到此错误:
ERROR: Cannot find the R library, aborting.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/xxxxx/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
--with-R-dir
--with-R-include
--without-R-include=${R-dir}/include
--with-R-lib
--without-R-lib=${R-dir}/lib
--with-Rlib
--without-Rlib
我正在使用 Mac OS X 10.7.4 并通过提供的 .pkg 安装了 R。
有什么想法吗?
【问题讨论】:
-
而不是将您的答案附加到问题中,为什么不在下面提供一个实际答案?
-
@Dason 我不太确定这是这里的行为约定,我对此有点陌生:)