From: Sascha Zapf Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP: Enormous filesizes. Date: Mon, 23 Aug 1999 23:17:03 +0100 Lines: 32 Distribution: world Message-ID: <37C1C85F.69333121@netcologne.de> References: <37c186bc DOT 5227926 AT news1 DOT lvdi DOT net> NNTP-Posting-Host: dial-ra-nc3-50.netcologne.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netcologne.de 935443111 20328 195.14.251.50 (23 Aug 1999 21:18:31 GMT) X-Complaints-To: usenet AT news DOT netcologne DOT de NNTP-Posting-Date: 23 Aug 1999 21:18:31 GMT X-Mailer: Mozilla 4.6 [de]C-CCK-MCD QXW0321j (Win95; I) X-Accept-Language: de-DE,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ben Logan schrieb: > I found out about DJGPP yesterday and downloaded it. I've never > programmed in C/C++ before, so this morning I downloaded a C tutorial. > It had some simple programs, so I tried them out and they compiled and > ran without errors. Here was one of the programs: > > main() > { > } > > That do-nothing program compiled to an 84k .exe file! > Add a few printf statments and the size jumped to over 100k! Do I > have something set up wrong, or is it including a bazillion libraries > that I don't need? How do I fix it? > > Thanks in adavance, > > Ben O.K, 84k is a little Bit too much for nothing..And then up to 100k isn't funny. But later, when the Most Funktions are Included it doesn't grow so fast. My Actual Projekt is ca. 2500 Lines, and its Size is ca. 1.5 mb (TVison ) But with 200 Lines it had already 1.3mb...It grows not 16k every Line...don't Panic Sascha