Project

General

Profile

Backport #3748

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

=begin 
  
  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 
 
 =end 
 

Back