Date: Sun, 17 May 1998 19:15:20 +0300 (IDT) From: Eli Zaretskii To: "Milan Vontorcik, 5i2 MFF UK" cc: djgpp AT delorie DOT com Subject: re: problem with page fault In-Reply-To: <42E71B18D6@Cezap.ii.fmph.uniba.sk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 17 May 1998, Milan Vontorcik, 5i2 MFF UK wrote: > 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. Did you try the advice in section 6.4 of the DJGPP FAQ list (regarding bumping up the stack of cc1 and cc1plus, and enlarging the heap size of CWSDPMI)? If not, please do that and see if it helps. > I set DJGPP environment variable in my batch file. > DJGPP=h:/djgpp/djgpp.env > DJDIR=h:/djgpp ^^^^^^^^^^^^^^ This is *wrong*: you should NEVER set DJDIR directly. (But it has nothing to do with your problem, I think.)