From: kagel AT quasar DOT bloomberg DOT com Date: Tue, 23 Jul 1996 10:07:51 -0400 Message-Id: <9607231407.AA03956@quasar.bloomberg.com > To: pengzh AT ix DOT netcom DOT com Cc: djgpp AT delorie DOT com In-Reply-To: <4t1i0h$c7v@dfw-ixnews8.ix.netcom.com> (pengzh@ix.netcom.com) Subject: Re: Running Djgpp program...ERROR! Reply-To: kagel AT dg1 DOT bloomberg DOT com From: pengzh AT ix DOT netcom DOT com (PENG ZHOU) Date: 23 Jul 1996 03:47:29 GMT This is a follow up of the question about cannot run program before. This time, I've got more informations. The program compilers ok with djgpp and runs ok with go32. It, when converted to exe using coff2exe.exe(not bat) works great without using the command line go32 xxx.exe. It will not work(crash the program with default errors) with stubify or the bat version of coff2exe. ( Could it be a bug in DJGPP v2? )? 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. -- Art S. Kagel, kagel AT quasar DOT bloomberg DOT com A proverb is no proverb to you 'till life has illustrated it. -- John Keats