develooper Front page | perl.par | Postings from March 2011

Re: Par creating 0 byte dll files

Thread Previous | Thread Next
From:
Roderich Schupp
Date:
March 8, 2011 00:34
Subject:
Re: Par creating 0 byte dll files
Message ID:
AANLkTikq14BJcXUnUtSaXQXdBzQuvbkK87PzYfm4-pt9@mail.gmail.com
On Tue, Mar 8, 2011 at 5:36 AM, Travis Williams <travs69@gmail.com> wrote:
> I am using Crypt::Blowfish and DBD::ODBC on win32/12.12.2/Strawberry When I
> use pp the .exe it creates when 2 zero byte files that correlate to the
> dll's that it should have included and that it is calling for that module.

The pp generated .exe is also a zip file, you can simply run

    unzip -t your.exe

on it. Note that names listed here are in unmangled form.
Please check the sizes for the above DLLs, are they already zero?
Also what about other DLLs, e.g. DBI.dll (should implicitly have
been packed as a dependency of DBD::ODBC)?

Cheers, Roderich

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About