Hi, At Tue, 1 Aug 2006 12:55:11 +0900, seannakasone / yahoo.com wrote in [ruby-talk:205343]: > Ok, I think I figured it out. Building WideStudio/Ruby apps requires > ruby-mingw32 (meaning ruby built with mingw/msys). Congraturation. > /configure --prefix=c:/ruby-mingw --enable-shared && make && make > install On a side note, I don't recommend to use prefix (especially, with a drive letter) on Windows, since it is meaningless but will be embedded in rbconfig.rb. Use DESTDIR=... at install, instead. -- Nobu Nakada