I just wrote:

>I am trying to use pp to create an exe file. I have installed PAR with ppm and 
>installed ScanDeps.pm from cpan with nmake, all tests worked and install went 
>fine. Now when running pp with the following code I get the following error. 
>Can some one please tell me what is happening here.

>C:\>pp -o printit print.pl
>Compress::Zlib object version 1.22 does not match bootstrap parameter 1.16 at 
>/loader/0x9c1194/DynaLoader.pm line 225.
>Compilation failed in require at /loader/0x9c1194/Archive/Zip.pm line 24.
>BEGIN failed--compilation aborted at /loader/0x9c1194/Archive/Zip.pm line 24.
>Compilation failed in require at par.pl line 252. 

>When DynaLoader comes up everything starts to look like a foreign language.

I forgot to ad my script to this plea..

print.pl contains-

print "this";

Reply via email to