# from Jason Forkey
# on Wednesday 11 April 2007 09:17 am:
>My build machine is a linux amd64 box. I would like to package a perl
> script with par to run on a target machine that is running 32 bit
> linux. I'm not trying to create a binary, just a perl script with
> the necessary CPAN modules built into it.
This will only work if you build a 32-bit perl and use it to do the
packaging *unless* you have only pure-perl (no compiled modules)
bundled into it.
There does seem to be a bug in pp's -P handling (it also appears to
ignore -X and -n). But in any non-trivial program, you're going to
need to build 32-bit versions. If you're counting on the client having
perl and all of the requisite compiled modules, why bundle?
--Eric
--
"Time flies like an arrow, but fruit flies like a banana."
--Groucho Marx
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------