Xref: news2.mv.net comp.os.msdos.djgpp:7208 From: lafitte AT utdallas DOT edu Newsgroups: comp.os.msdos.djgpp Subject: DJGPP's .exe's are TOO large Date: 11 Aug 1996 03:49:31 -0500 Organization: The University of Texas at Dallas Lines: 13 Message-ID: <4uk6qr$795@utdallas.edu> NNTP-Posting-Host: infoserv.utdallas.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp The program : main() { } compiles to something like 30 or 40k! What gives. If you then use just a couple library functions your code size goes up to around 50 or 60k. Am I setting the program up wrong or what? Do the programs really need that huge "library chunk" of data to run? I can put up with the slow compile time, but I make up a lot of little apps, and it just seems that they're taking up a heck of a lot more disk space then they need be. Just wondering... Please mail replies to lafitte AT utdallas DOT edu Rei