Problem installing Ruby 1.9.2 with RVM on OSX 10.4
- by questionmark
Hi,
I successfully installed Ruby 1.8.7 with RVM on OS 10.4. However, when I try to install 1.9.2,
I get the following error:
make: * [libruby.1.9.1.dylib] Error 1
Installation:
[qm]$ rvm install 1.9.2
/Users/qm/.rvm/rubies/ruby-1.9.2-p136, this may take a while depending on your cpu(s)...
%
ruby-1.9.2-p136 - #fetching %
ruby-1.9.2-p136 - #downloading ruby-1.9.2-p136, this may take a while depending on your connection...%
ruby-1.9.2-p136 - #extracting ruby-1.9.2-p136 to /Users/qm/.rvm/src/ruby-1.9.2-p136%
ruby-1.9.2-p136 - #extracted to /Users/qm/.rvm/src/ruby-1.9.2-p136%
ruby-1.9.2-p136 - #configuring %
ruby-1.9.2-p136 - #compiling %
Error running 'make ', please read /Users/qm/.rvm/log/ruby-1.9.2-p136/make.log%
There has been an error while running make. Halting the installation.%
Looking at the end of the make log:
MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit command failed
make: * [libruby.1.9.1.dylib] Error 1
Thanks for any help/suggestions!