Backport #3748: .so creation in windows should create a .def file http://redmine.ruby-lang.org/issues/show/3748 Author: Roger Pack Status: Open, Priority: Normal re: ruby core 31352 Currently .def files are not being created after compile time for windows .so files, which causes some odd errors like "missing" Init_xxx methods for certain gems. Works fine in 1.9.2, though: (this is what is *should* look like) C:\dev\ruby\old\ruby-prof>rake build D:/installs/ruby-1.9.2-p0-i386-mingw32/bin/ruby -e "puts 'EXPORTS', 'Init_ruby_prof'" > ruby_prof-i386-mingw32.def Thanks! -r ---------------------------------------- http://redmine.ruby-lang.org