Re: Ruby is broken in fresh cygwin install

2005-07-13 Thread Jon A. Lambert
Myles wrote: If you do a fresh install of Cygwin and include the ruby parser (I can't remember if it's there by default), ruby does not work. You get a really obscure error msg having something to do with "ubygems". To make it work, you have to unsetenv RUBYOPT Took me a long time to figure tha

Ruby is broken in fresh cygwin install

2005-07-13 Thread Myles
If you do a fresh install of Cygwin and include the ruby parser (I can't remember if it's there by default), ruby does not work. You get a really obscure error msg having something to do with "ubygems". To make it work, you have to unsetenv RUBYOPT Took me a long time to figure that one out. This