Date: Wed, 13 Jan 1999 11:52:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Moby Dick cc: djgpp AT delorie DOT com Subject: Re: Why is my ".exe" file so large. In-Reply-To: <3699A947.80639FB9@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 11 Jan 1999, Moby Dick wrote: > When I compile a simple "cout<<" source file, I end up with an ".exe" > file which is over 120kb's! And I did use -s when compiling. What could > be the problem? You need to use -s when linking, not when compiling.