Mod required to extconf.rb supplied with wxruby-0.1.0.tgz to make it
compile wxRuby for the cygwin platform.
$ diff wxruby/src/extconf.rb wxruby-my/src/extconf.rb
19,20c19
<
< if /linux/ =~ RUBY_PLATFORM or /i386-freebsd/ =~ RUBY_PLATFORM
---> if /linux/ =~ RUBY_PLATFORM or /i386-freebsd/ =~ RUBY_PLATFORM or
/cygwin/ =~ RUBY_PLATFORM
24c23,24
< $LDFLAGS += " `wx-config --libs`
-Wl,--version-script,./version-script "
---> $LDFLAGS += " `wx-config --libs` "
> $LIBS += " -lwxmsw241"
Probably don''t need the change to $LDFLAGS though