sanket vaidya wrote:
>
> When I run makefile .pl while installing Parl::Packer 0.982. I
> get this message.
>
> Fetching 'PAR-Packer-0.982-MSWin32-x86-multi-thread-5.10.0.par' from
> www.cpan.org... Fetching failed: No compiler found, won't generate
> 'script/parl.exe'! ...
>
> So I downloaded 'PAR-Packer-0.982-MSWin32-x86-multi-thread-5.10.0.par.bin' &
> installed it by typing
>
> perl -MPAR::Dist
> -e"install_par(''PAR-Packer-0.982-MSWin32-x86-multi-thread-5.10.0.par.bin')"
>
> I got the message
>
> Writing D:\Perl\site\lib/auto/PAR/Packer/.packlist
>
> Now again when I run makefile.pl I get the same message
>
> Fetching 'PAR-Packer-0.982-MSWin32-x86-multi-thread-5.10.0.par' from
> www.cpan.org... Fetching failed: No compiler found, won't generate
> 'script/parl.exe'! ...
>
> I need to convert perl program to exe file urgently. Pl. suggest how to get
> rid of this.
>
> I use Active Perl 5.10.0 on Win Xp.
I thought PAR came installed as part of the ActivePerl distribution, but anyway
you should forget CPAN and simply use
ppm install PAR
at the command line.
HTH,
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/