Xref: news2.mv.net comp.os.msdos.djgpp:8329 From: Ryan Boyes Newsgroups: comp.os.msdos.djgpp Subject: large .exe files Date: Fri, 06 Sep 1996 10:38:33 -0900 Organization: University of Tasmania Lines: 11 Message-ID: <32307DB9.714D@postoffice.newnham.utas.edu.au> NNTP-Posting-Host: pc2-36.appcomp.utas.edu.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi again, When I compile/link c++ source in djgpp (usually from rhide) I end up with these big .exe files that leave the size of the source file for dead. I always thought it was supposed to be the other way around! I have a feeling the compiler is including a heap of libraries that aren't really needed. Any ideas, anyone? Thanks in advance, Ryan