Message-ID: <37B4F38B.7248@ns.sympatico.ca> From: Klaas Organization: N/A X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp creating both a a.out and a.exe References: <37B4E95F DOT 1EB8 AT iquest DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 9 Date: Sat, 14 Aug 1999 01:41:47 -0300 NNTP-Posting-Host: 142.177.60.2 X-Trace: sapphire.mtt.net 934605686 142.177.60.2 (Sat, 14 Aug 1999 01:41:26 ADT) NNTP-Posting-Date: Sat, 14 Aug 1999 01:41:26 ADT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jeremy Brown wrote: > > I have a problem, my djgpp creates both an a.out file and an a.exe > file. The a.out file doesn't work under windows so I want it so that it > just creates the a.exe to save on space. Any Suggestions? Perhaps you are compiling/linker for profiling when you need not be? -Mike