[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[PATCH 5.005_63] Cygwin patch for ExtUtils::Liblist
Cygwin produces .dll's and .a's, not .so's
--- lib/ExtUtils/Liblist.pm.o Thu Jan 27 18:55:16 2000
+++ lib/ExtUtils/Liblist.pm Thu Jan 27 18:55:46 2000
@@ -12,6 +12,7 @@
sub ext {
if ($^O eq 'VMS') { return &_vms_ext; }
elsif($^O eq 'MSWin32') { return &_win32_ext; }
+ elsif($^O eq 'cygwin') { return &_win32_ext; }
else { return &_unix_os2_ext; }
}
--
Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)
- Follow-Ups from:
-
Gurusamy Sarathy <gsar@ActiveState.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]