RE: Another complaint about perlapp EXE sizes
by Matthew Wagenknecht other posts by this author
Jan 26 2004 10:10PM messages near this date
RE: Another complaint about perlapp EXE sizes
|
Documentation Creation Utility
Paul Malcher makes a very good point about UPX. I use on my compiled
scripts.. You have to use the --nocompress option when compiling. The run
the exe through UPX with the -9 switch.. You should have a final exe
significantly smaller than a normal PerlApp'd script.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Matt Wagenknecht CISSP | MCSE
Sr. Security Administrator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Never be afraid to try something new.
Remember, amateurs built the ark; professionals built the Titanic.
This email may contain confidential and privileged information for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact
the sender and delete all copies of this email message.
-----Original Message-----
From: pdk-admin@[...].com
[mailto:pdk-admin@[...].com] On Behalf Of Paul Malcher
Sent: Wednesday, January 14, 2004 7:21 PM
To: pdk@[...].com
Subject: RE: Another complaint about perlapp EXE sizes
Hi,
I have one last idea. Try Cygwin and use that perlcc to build a cygwin
binary. Yes, it would need a dll, but it would produce a exe you can pack
down with upx.
I've tried that before and have had success with that.
UPX is a good exe packer with really fast inplace decompression. Just google
it for the specs and dl. I compress macromedia flash.exe from 11 MB to about
3 with it. Look into that it might work for you as well as it has for me.
=====
Sincerely,
Paul Malcher
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|