Hi,
I built Ruby 1.9 from scratch in Windows using MinGW, now I am trying to set up the environment and am having great difficulties getting the 'gem' command to work.
First not even 'irb' would work, so i added a bunch of paths to the RUBYLIB
environment variable and now that works ok. But whenever i run 'gem' i get this error:
http://gist.github.com/291135
Anyone have any idea what i'm doing wrong?
NOTE: i have to use MinGW and compile from scratch as I am intending to build c extensions in windows.
thanks