Mail Archives: djgpp/1995/10/29/13:53:26
On Fri, 27 Oct 1995, Darrell Dupas wrote:
> hi, I've been using djgpp for only a few days, I've tried to get info.exe
> to work but it can not find help files.
>
> info.exe: dir:file not found
[snip]
> DJGPP = c:\djGPP\djgpp.env
If the last line is an exact copy of what your system prints, then the
extra space between DJGPP and the `=' is the source of your trouble. It
makes the space part of the variable name, so that DJGPP doesn't find the
variable named `DJGPP' (without a space).
> DPMI memory available: 1184 Kb
> Swap space available: 6136 Kb
This is a very small amount of memory. As you seem to work under
Windows, you should use the PIF editor to increase the amount of memory
Windows lets DOS programs use (set the minimum amount of EMS and XMS
memory to 4MB, and maximum to -1).
- Raw text -