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 over 4 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 #1

Updated by shyouhei (Shyouhei Urabe) over 13 years ago

  • Status changed from Open to Assigned
  • Assignee set to nobu (Nobuyoshi Nakada)

=begin

=end

Actions #2

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Description updated (diff)
  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0