Okay, so I've shifted gears a little.. I'm running PAR & pp on a RHEL5 linux box and transfering the resulting output to my Windows XP workstation for testing.. and I'm getting this error:
'Program too big to fit in memory' My test script is essentially four lines: #!/usr/bin/perl -w use strict; print "\n"; print " Hello World\n"; print "\n"; I've tried command lines: pp -m hello.pl -o hello.exe pp -m hello.pl -o hello.exe pp -p hello.par -o hello.exe pp -m hello.par -o hello.exe ...the .exes all run on the Linux box... Q: I am supposed to be able to create Win32 executibles on a Linux box using pp..? Many thanks,
