Date: Tue, 23 Jul 1996 18:31:44 +0200 (IST) From: Eli Zaretskii To: kagel AT dg1 DOT bloomberg DOT com Cc: pengzh AT ix DOT netcom DOT com, djgpp AT delorie DOT com Subject: Re: Running Djgpp program...ERROR! In-Reply-To: <9607231407.AA03956@quasar.bloomberg.com > Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 23 Jul 1996 kagel AT quasar DOT bloomberg DOT com wrote: > The easiest way to create a DOS executable is to include the -o xxx.exe option. > If you specify to gcc that you want an exe file, by including the .exe suffix > in the argument to the -o option, gcc will run coff2exe for you. The above is only true for DJGPP v2.0, while the original poster seems to to use both v1.x and v2 (and even mix the two versions freely, like running stubify on v1.x COFF file).