Running rvm install ruby-1.9.3-p286 gives me this error:
Error running 'make -j 9', please read /Users/epeterson/.rvm/log/ruby-1.9.3-p286/make.log
There has been an error while running make. Halting the installation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This took me forever to hunt down. Was trying different versions of
make,gcc, etc.It turns out the format of the
rvm_make_flagsenvironment variable has changed from a string to an array and was not well communicated or documented. This may apply to all rvm_* env variables, not sure.Check your
~/.rvmrcandproject/path/.rvmrc.After making this change everything compiled cleanly.