From: "Ehrick, Robert O" Date: 2008-06-13T02:06:49+09:00 Subject: Re: Help with Ruby under cygwin Under a cygwin term, I had to 1st set: RUBYOPT=;export RUBYOPT before installing rubygems with $ ruby setup.rb [Some installation output: ruby setup.rb install -c -m 0644 rbconfig/datadir.rb /usr/local/lib/ruby/site_ruby/1.8/rbconfi g/datadir.rb mkdir -p /usr/local/lib/ruby/site_ruby/1.8/rubygems install -c -m 0644 rubygems/builder.rb /usr/local/lib/ruby/site_ruby/1.8/rubygem s/builder.rb install -c -m 0644 rubygems/command.rb /usr/local/lib/ruby/site_ruby/1.8/rubygem s/command.rb .... (MANY MORE LINES) ] Best to you, Bob -----Original Message----- From: byrnejb@harte-lyne.ca [mailto:byrnejb@harte-lyne.ca] Sent: Thursday, June 12, 2008 11:48 AM To: ruby-talk ML Subject: Re: Help with Ruby under cygwin I removed the windows install of ruby and all the gems. I then installed ruby from cygwin. I then downloaded rubygems-1.1.1.tgz from rubyforge. I checked that the the path variables were correctly set and that the same ruby executable was accessed from both the native cmd window and the cygwin shell. $ which ruby /usr/bin/ruby and C:\DATA\DOWNLOAD\SOFTWARE\>which ruby /usr/bin/ruby I then expanded the tarball and made that directory the pwd. When I run ruby setup.rb, in either the cmd window or the cygwin bash shell I see this error: BASH SHELL byrnejb@HAL-M13 /cygdrive/c/DATA/DOWNLOAD/SOFTWARE/org.rubyforge/rubygems/rubyge ms-1.1.1 $ ruby setup.rb ruby: no such file to load -- ubygems (LoadError) CMD WINDOWS SHELL C:\DATA\DOWNLOAD\SOFTWARE\org.rubyforge\rubygems\rubygems-1.1.1>ruby setup.rb ruby: no such file to load -- ubygems (LoadError) Any ideas as to what is going on? -- Posted via http://www.ruby-forum.com/.