开发者

RVM does not install ruby 1.9.2 on Snow Leopard error with make and gcc error

开发者 https://www.devze.com 2023-03-28 07:48 出处:网络
I checked out this thread: RVM Does Not Install Ruby 1.9.2 on Snow Leopard: 'Error running 'make '

I checked out this thread:

RVM Does Not Install Ruby 1.9.2 on Snow Leopard: 'Error running 'make '

But I am getting different errors in my log when I attempt to install ruby 1.9.2.

The message is:

ERROR: Error running 'make ', please read /Users/myusername/.rvm/log/ruby-1.9.2-p290/make.log
ERROR: There has been an error while running make. Halting the installation.

When I open up my log, I see:

[2011-08-16 15:45:55] make
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno开发者_如何学Go-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -W$

I have tried using

rvm install 1.9.2 -C --with-readline-dir=/usr/local

after following instructions from the previously mentioned post (compiling and installing readline)


http://www.markhneedham.com/blog/2010/07/08/installing-ruby-1-9-2-with-rvm-on-snow-leopard/

rvm install ruby-1.9.2-p136 --with-readline-dir=/opt/local
0

精彩评论

暂无评论...
验证码 换一张
取 消