-------- Original Message -------- Subject: [ruby-vpi-help][16971] RE: Installing Date: Sat, 13 Jan 2007 19:50:47 -0500 (EST) From: Suraj Kurapati <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]
Hi Derek, The real problem turned out to be that the code in extconf.rb was incorrectly guessing the name of the linker flag for Ruby. It was guessing -lruby which should be -lruby-static on your system. I removed that guessing code because mkmf seems to correctly determine the linker flag all by itself. So, please try installing the new 15.0.0 gem directly from RubyGems. It should work this time.