Subject: | perl58.dll instead of libperl58.dll on MSWin32 |
When running 'perl Makefile.PL' it gripes:
C:\perl-5.8.2\modules\PAR-0.77\myldr>perl Makefile.PL
Can't find libperl58.dll in (c:\perl\5.8.2\bin\MSWin32-x86-multi-thread C:\perl\5.8.2\lib\MSWin32-x86-multi-thread\CORE C:\MinGW\lib) -- please contact the author! at Makefile.PL line 63.
When I copied C:\perl\5.8.2\bin\MSWin32-x86-multi-thread\perl58.dll to C:\perl\5.8.2\bin\MSWin32-x86-multi-thread\libperl58.dll, it worked like a charm.
Maybe a little improvement is required in ./myldr/Makefile.PL ?
Summary of my perl5 (revision 5 version 8 subversion 2) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
-SK.