Mail Archives: djgpp/1996/10/08/06:44:25
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.
- Raw text -