On Wed, Jul 15, 2009 at 2:03 PM, Perl Perl<perl.solut...@gmail.com> wrote:
> I agree with you. I tried re-installing the module and got the below
> message.
> Could you please let me know how to overcome this?
>
> D:\Zebu\Perl\Perl2exe\PAR\PAR-Packer-0.991>perl Makefile.PL
> Fetching 'PAR-Packer-0.991-MSWin32-x86-multi-thread-5.10.0.par' from
> www.cpan.org... 'www.cpan.org' resolve failed!
> No compiler found, won't generate 'script/parl.exe'!
> Writing Makefile for PAR::Packer

Building PAR::Packer requires that you have a C compiler is installed.
In your case, Makefile.PL has guessed that you don't.
As a fallback, it looks whether there's a pre-built package
for this version of PAR::Packer /your OS/your version of Perl
available on CPAN. And indeed, there is:

http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Packer-0.991-MSWin32-x86-multi-thread-5.10.0.par

but the download (using LWP) fails for some reason (no internet connection?
or behind a proxy, but LWP not configured for it? etc).

Cheers, Roderich

Reply via email to