Date: Sun, 20 Aug 95 11:22:05 -0400 From: Wonkoo Kim To: Eli Zaretskii Reply-To: Wonkoo Kim Cc: djgpp users Subject: Re: Compile error on GRX 2.0 beta test > Date: Sun, 20 Aug 95 13:16:40 +0300 > From: "Eli Zaretskii" > 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. However, v2.0 supplied coff2exe.bat. No problem was there. :-) //-------------------------------------------------------------------- // Wonkoo Kim // wkim+@pitt.edu