Newsgroups: comp.os.msdos.djgpp From: "R. Kelley Cook" Message-ID: References: <612N3UJ05AqW092yn AT jagor DOT srce DOT hr> Date: Fri, 14 May 1999 13:31:09 -0400 (EDT) X-Newsreader: PMINews 2.00.1201 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: exe size (Allegro) NNTP-Posting-Host: 32.100.122.120 X-Trace: 14 May 1999 17:40:30 GMT, 32.100.122.120 Organization: IBM Global Services - Remote Access Mail & News Services Lines: 21 X-Notice: Items posted that violate the IBM.NET Acceptable Use Policy X-Notice: should be reported to postmaster AT ibm DOT net X-Complaints-To: postmaster AT ibm DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 10 May 1999 18:57:44 +0200, Viktor Bresan wrote: >I just started using Allegro library and I am fascinated with the size of my >executables. I have read the djgpp faq (that means that I am using -O2 and -s >compiler options) and yet I am getting >300k exe (using few allegro functions). >I have also read the allegro.txt file (where it mentions reducing the size of >exe), I followed the instructions but I get parse errors. >How can I completely remove all joystick, soundcard, etc. drivers? >Can it be done without relinking the library (I hope so)? >Please help! > You can always use UPX to greatly reduce the code size after you are done ... Current version is .72 and is available from it's (mirrored) home page http://cdata.tvnet.hu/~ml/upx.html