From: lslavoti AT mail DOT bcpl DOT net (Malefactor) Newsgroups: comp.os.msdos.djgpp Subject: .EXE Size Reply-To: lslavoti AT mail DOT bcpl DOT net Message-ID: <36181112.1605171@news.bcpl.net> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 15 Date: Mon, 05 Oct 1998 00:32:46 GMT NNTP-Posting-Host: 207.19.142.88 X-Complaints-To: abuse AT bcpl DOT net X-Trace: news.abs.net 907547110 207.19.142.88 (Sun, 04 Oct 1998 20:25:10 EDT) NNTP-Posting-Date: Sun, 04 Oct 1998 20:25:10 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I know this sort of question is asked alot, and I have read the FAQ. But the file sizes mentioned in the FAQ are small compared to what I'm getting. Using Allegro, most of my programs range between 700 and 900k. I recently wrote a simple tile mapping program, the source only 5,162 in size, and it compiled to 4,271,616 bytes, with the -s option. I've included allegro.h and math.h, and the code is fairly optimized. DJP drops it to less then 200k. What I'm wondering is, should the EXE be that big (before DJP)? I know DJGPP makes large executables, but is there a threshold? -Thanks for reading