Mail Archives: djgpp/1996/07/23/10:21:39
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
- Raw text -