Date: Thu, 7 Dec 1995 13:42:41 +0200 (IST) From: Eli Zaretskii To: safi AT ee DOT um DOT edu DOT my Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: correct switches for djgpp commandline options On Thu, 7 Dec 1995 safi AT ee DOT um DOT edu DOT my wrote: > I am using the following commands in a batch file to compile and run my c program, > gcc myprog.c -o myprog > go32 myprog > > and the error message is " Error : incorrect commandline option -undef". > > I'm using djgpp(gnu's c compiler for dos rel 112 maint4). My program runs perfectly under Turbo C. What does go32 print when called with no arguments? Are you sure that there is no other (older) go32 lurking somewhere along your PATH? Is the above error message emitted by your program?