Date: Sun, 30 Apr 1995 08:43:38 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: mgs AT ssd DOT ray DOT com Subject: Re: djgpp.env Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > Wishing to make this a permanent selection, I added the line > GO32=driver %DJGPP%/drivers/atipro.grd topline > to my djgpp.env file and cleared the variable from the environment. > Rerunning t05.bat, I saw the topline messages during the build but > once again the "Graphics initialization error ..." message appeared > when I t05 ran. No wonder this doesn't work. The parsing of DJGPP.ENV and stuffing of necessary variables into the environment passed to DJGPP programs is done by go32, and the GO32 variable is for go32 itself. So go32 doesn't get variables which aren't in the environment when it starts up.