Date: Sun, 8 Aug 1999 14:22:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: haphillips AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: DJGPP beginner's question - clrscr() In-Reply-To: <7oedln$uf2$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 6 Aug 1999 haphillips AT my-deja DOT com wrote: > gcc compiled my program without > error, but clrscr() produced a runtime error. I don't have a clue why > and would appreciate anyone's help. We won't have a clue either, unless you at least tell us what error message did you see. Please post it here in its entirety. > The Turboc C exe file was 17,910 bytes, and gcc's 137,789 bytes. Why > such a big difference? See section 8.13 of the DJGPP FAQ list, it explains how to make the program exe file smaller (and why you shouldn't care).