Date: Sun, 20 Aug 1995 13:16:40 +0300 (IDT) From: Eli Zaretskii To: Wonkoo Kim Cc: djgpp users Subject: Re: Compile error on GRX 2.0 beta test On Thu, 17 Aug 1995, Wonkoo Kim wrote: > Another thing is, in D:\djgpp\contrib\grx20\bin, I tried to make .exe by > > coff2exe modetest > > but the output executable modetest.exe didn't work. It crashed OS/2 > DOS box. coff2exe is v1.x program. Don't use it with v2.0, use stubify instead. If you tell gcc to put the output into a .exe, like this: gcc -o myprog.exe myprog.c ... then you don't need stubify at all, gcc will call it for you.