Date: Tue, 8 Oct 1996 12:26:20 +0200 (IST) From: Eli Zaretskii To: Farhan Yousaf Cc: djgpp AT delorie DOT com Subject: Re: Weird Bug? In-Reply-To: <1.5.4.32.19961008081953.0074d8f0@mail.interlog.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 8 Oct 1996, Farhan Yousaf wrote: > Is there anything I should know before I release a program made with DJGPP? > I know, that I should include CWSDPMI.EXE with the release. Other than that, > is there anything else I need to do? Section 9.5 of the DJGPP FAQ list covers this. > Here's a weird bug of some sort. I ran my program with absolutely nothing > loaded. By passed CONFIG.SYS and AUTOEXEC.BAT, when I ran my program it gave > me a very peculiar error: > > OMPT=$P$G: no file This is a known bug in the current version of the stub (that's the short DOS program prepended to every DJGPP program so DOS will know how to run it). It pops up when your PATH is empty. Set your PATH to any directory and the problem will go away. The next DJGPP release corrects this.