On Nov 5, 2007 1:13 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > On 11/5/07, Marcus Rueckert <[EMAIL PROTECTED]> wrote: > > On 2007-11-05 12:05:22 -0500, Trans wrote: > > > > > > BTW why is the Windows an .so and not a .dll? Cygwin? > > > > there is already a bug open for that. > > > > I don't see .so as "bug". Python uses .pyd to differentiate binaries > from system libraries. > > .dll should remain to direct you to system libraries, even that .so > for extensions clash with libraries under *nix.
But doesn't Windows produce: Config::CONFIG['DLEXT'] => 'dll' I thought Ruby used that when attempting to require files given without their extension. T. _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
