Michael Steinfeld wrote:
···
On 10/28/07, John Tsombakos <johnts@charter.net> wrote:
[well, that's now system installed though], etc.) ?
Do I just delete/rename the applications? (ruby, irb, rake, svn*, etc)
you can append /usr/local to the end of your PATH instead. if /usr/bin
is before /usr/local/bin in your PATH ENV then /usr/bin/whatever will
be found/used first.I'd consider cleaning up your source_cache as well, and removing
~/.ruby_inline.
Also there is an issue with the compiler flags set using RubyInline
that you will want to fix.I wrote a sed script to do it. Very helpful if you need to fix it on
multiple machines.sudo sed -i -e "387,1s/flags\ =\ @flags.join(\'\ \')/&\ \+\ \'\
-lruby\'/"
/usr/lib/ruby/user-gems/1.8/gems/RubyInline-3.6.4/lib/inline.rb
Oh yeah! Didn't even think of that!
I don't seem to have a ~/.ruby_inline file (I installed using the
Hivelogic directions, from source), so not sure if I need to do that.
My source_cache is in the (now unused) /usr/local path, do I need to
worry about it?
Thanks!
--
Posted via http://www.ruby-forum.com/\.