Message-ID: <001e01bf31d5$4b9f7640$23f838ca@home-computer> From: "prashant_tr" To: "Raul Carolus" Cc: Subject: Re: Exe size help Date: Thu, 18 Nov 1999 20:27:53 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com -----Original Message----- From: Stefan Viljoen > >Raul Carolus wrote in message >news:80ttnd$qu3$1 AT news08 DOT btx DOT dtag DOT de... >> Ok, I'm baffled, my exe compiled from C++, using Allegro and the Allegttf >> libraries is well over 1 meg.. Everything I've tried to reduce the size >> (optimizing out the wazoo, no debug, even the stuff in the Allegro >> documnetation didn't help much) has only resulted in a 50k or so >reduction. >> >> What else can I try to get my exe size down? Thanks. > >Have you used the -s command line switch? > >Have you tried using DJP or UPX (.EXE file compressors)? You can use strip --strip-all foo.exe. If you're still not happy, use DJP as mentioned above. You can get DJP from ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/mlp107b.zip ---- Prashant TR