Sat Sep 30 10:35:04 2017: Request 123159 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: cpan> install pp fails with "par.exe - Entry Point Not Found" (PAR-Packer-1.039) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: peter.f.ba...@intel.com Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123159 >
On 2017-09-29 09:23:05, peter.f.ba...@intel.com wrote: > (apparently stemming from > "C:\Strawberry\perl\bin\perl.exe" -Mblib=.. run_with_inc.pl par.exe -q > -B -Oparldyn.exe Looking at the output of "objdump -ax perl526.dll" the symbol _ZdlPvj in perl526.dll mentioned in the error message is supposed to be found in libstdc++-6.dll which ought to be installed in C:\Strawberry\perl\bin. And it most certainly is, otherwise perl.exe wouldn't work... Maybe you have another libstdc++-6.dll installed somewhere on your machine and par.exe picks that up? Cheers, Roderich