Project

General

Profile

Actions

Backport #3748

closed

.so creation in windows should create a .def file

Added by rogerdpack (Roger Pack) over 13 years ago. Updated almost 5 years ago.


Description

=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

Actions

Also available in: Atom PDF

Like0
Like0Like0