On Wed, Jun 15, 2011 at 11:38 AM, Nikos <nikos...@gmail.com> wrote: >>pp -o show_inc.exe -e "print qq[INC = @INC\n]" > > INC = > E:\DOCUME~1\LOCALU~1\LOCALS~1\Temp\par-LocalUser\cache-24fc4e15c702dfc458f > 533f99fd8ae8a8261ffb5\inc CODE(0x10cf89c) CODE(0x125fe94)
That looks OK. But the problem occurs probably earlier in stage 2 of bootstrapping where @INC may have a different value... There's a diganostic script in the PAR::Packer tarball, can you run it like so perl contrib/extract_embedded/extract-embedded.pl any-pp-generated.exe some-scratch-directory (you may use the above show_inc.exe as the first argument) and post its output? Also: does show_inc.exe show the original symptoms ("Can't locate loadable object for module IO...")? Cheers, Roderich