Date: Thu, 31 Aug 1995 12:18:41 +0200 (IST) From: Eli Zaretskii To: Brendan Simon Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: CWSDPMI & enviroment variables On Thu, 31 Aug 1995, Brendan Simon wrote: > Does anyone know what enviroment variables CWSDPMI uses for its virtual ram > directory and so forth. ie. As I'm using DJGPP beta 2, go32 is no longer > needed. So are all the go32 enviroment variables no longer needed, or does > CWSDPMI and/or GCC use any of these. The go32 environment variables which make sense in v2.0 environment still work. The GO32TMP directory (where the paging happens) is an example of those who do. > I can't get redirection to work if i set go32=2r1 ansi topline..... etc This is an example of things which don't make sense under v2.0 (because CWSDPMI has no real control of the application's I/O, this is now handled by the library), and thus don't work. The DJGPP FAQ list describes some of the aspects of moving from v1.x to v2.0, and can be used as guidelines when questions such as those above arise. When v2.0 is released, hopefully its README files will document what environment variables are in use.