[Rails] Re: Error installing therubyracer
I found a similar problem, but got a little nugget of info in the error
on OS X 10.8 Mountain Lion:
make
compiling rr.cpp
make: g++-4.2: No such file or directory
make: *** [rr.o] Error 1
I found that all you need to do on Mountain Lion is:
1: Make sure you've installed Xcode command line tools so that the g++
directory is in /usr/bin
2: Type "sudo ln -s g++ g++-4.2"
Enjoy :)
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home