From: "Milan Vontorcik, 5i2 MFF UK" To: djgpp AT delorie DOT com Date: Sun, 17 May 1998 15:54:59 Subject: re: problem with page fault Message-ID: <42E71B18D6@Cezap.ii.fmph.uniba.sk> Precedence: bulk On Sun, 17 May 1998, Eli Zaretskii wrote: > However, CWSDPMI by default used C: for its swap file, so it > could fail when that drive is unavailable. > Please point the CWSDPMI swap file to a writable location, by using > the CWSPARAM utility. I mapped one directory as drive c: and compilation of other files was OK, only LYMainloop.c had problem with Page Fault. After changing swap dir. to my temp. dir. (h:/temp) problem again. > I don't see the DJGPP environment variable being set. I set DJGPP environment variable in my batch file. DJGPP=h:/djgpp/djgpp.env DJDIR=h:/djgpp TEMP=TMP=h:/temp > And where is DJGPP installed on this machine? DJGPP is in my home directory (h:) in djgpp/ . > So please make sure either that %DJDIR%/tmp exists > and is writable, or point TMPDIR in the environment > to another directory which is. I am sure that %DJDIR%/tmp exists because RHIDE work OK. M. Vontorcik