[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: [PATCH 5.005_63] Cygwin patch for ExtUtils::Liblist
On 27 Jan 2000 09:57:29 GMT, Simon Cozens wrote:
>Cygwin produces .dll's and .a's, not .so's
Er, so why isn't your $Config{so} set accordingly?
>--- 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; }
> }
If indeed something is broken, I'm sure this isn't the right fix.
_win32_ext() doesn't handle .a's, ferinstance.
Sarathy
gsar@ActiveState.com
- References to:
-
simon@brecon.co.uk (Simon Cozens)
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]