Tue Jul 27 06:44:23 2010: Request 59616 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR Subject: Can't spawn "parlGmV73vs.exe": No error at C:/Perl/site/lib/PAR/Packer.pm line 1 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: christian.pe...@datenforensik.eu Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59616 >
On 2010-07-27 04:02:39, christian.pe...@datenforensik.eu wrote: > thanks. Yes that worked. Both hello.exe and fruc.exe (outside of the > dir). > So perl somehow binds the wrong IO.dll if I'm it is run in this > directory? Looks like it. Probably it's not perl itself, but rather parl that gets invoked during packing. parl is actually a special purpose Perl interpreter. Other aggravating factors are probably that (a) the current directory is always in the DLL search path on Windows and (b) you are using Perl 5.10.0 (which breaks PAR::Packer exactly in this area). Cheers, Roderich