From: Luis Lavena Date: 2007-12-12T00:09:59+09:00 Subject: Re: Rubygems 0.9.5 and fastthread mswin32 gem On Dec 11, 10:05 am, Arthur Holstvoogd wrote: > I have the same problem, but i am using 0.9.4. > I've tried gem install fastthread and choose the mswin32 version, didn't > work, it tried to compile. > I've even downloaded the gem manually and tried to install it, but it > still tried to compile it. > Any clue what could be going on here? Weird: D:\Users\Luis>gem install fastthread --include-dependencies --no-ri -- no-rdoc Need to update 31 gems from http://gems.rubyforge.org ............................... complete Select which gem to install for your platform (i386-mswin32) 1. fastthread 1.0.1 (mswin32) 2. fastthread 1.0.1 (ruby) 3. fastthread 1.0 (mswin32) 4. fastthread 1.0 (ruby) 5. Skip this gem 6. Cancel installation > 1 Successfully installed fastthread-1.0.1-mswin32 D:\Users\Luis>irb irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'fastthread' => true irb(main):003:0> Thread Thread ThreadError ThreadGroup D:\Users\Luis>gem -v 0.9.4 D:\Users\Luis>gem env RubyGems Environment: - VERSION: 0.9.4 (0.9.4) - INSTALLATION DIRECTORY: C:/Ruby/lib/ruby/gems/1.8 - GEM PATH: - C:/Ruby/lib/ruby/gems/1.8 - REMOTE SOURCES: - http://gems.rubyforge.org