Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 4844
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: deepblah [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.77
Fixed in: (no value)



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.
[guest - Tue Jan 6 14:20:48 2004]: Show quoted text
> When running 'perl Makefile.PL' it gripes:
You must have been using MinGW, not VC++. :-) PAR 0.81 now adds full MinGW support, so PAR should work as well as VC++ (eg. --icon now also works). If you wish to help me test before it gets released, here's the snapshot: http://p4.elixus.org/snap/PAR.tar.gz Thanks for your report, and sorry for my belated reply. Cheers, /Autrijus/