From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Setting DJGPP.ENV Date: Sat, 22 Nov 1997 17:52:02 -0500 Organization: Cornell University http://www.cornell.edu Lines: 42 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <34776212.81629049@cornell.edu> References: <656efr$nca AT mtinsc02 DOT worldnet DOT att DOT net> <3476CAF0 DOT 77E9 AT nic DOT smsu DOT edu> <657l2h$pjp AT mtinsc04 DOT worldnet DOT att DOT net> NNTP-Posting-Host: cu-dialup-0074.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Walter Luke wrote: > > Tony O'Bryan wrote: > > > Walter Luke wrote: > > > > > > Pardon me for asking a stupid question, but I included the SET > > > DJGPP=C:\DJGPP\DJGPP.ENV in my autoexec.bat file, but I don't think it's > > > working... If I type it in at the DOS prompt, everything works fine, but > > > if I do not, gcc doesn't work. I suspect that Windows 95 is interfering > > > with it. Does anyone know what's going on? Thanks for your time... > > > > After modifying your autoexec.bat, did you reboot your computer? > > Please post your entire autoexec.bat. > > Sure, I rebooted. Here is my autoexec.bat my advice, do not pick up elephant hunting as a hobby. > SET VXCLASSPATH=c:\VXtreme\client\applets > SET CLASSPATH=%VXCLASSPATH%;%CLASSPATH% > SET CLASSPATH=C:\Program Files\HEAT\navbar;%CLASSPATH% > @ECHO OFF > > SET DJGPP=C:\DJGPP\DJGPP.ENV > SET PATH=C:\DJGPP\BIN;%PATH% move this line after the following line. > path c:\windows;c:\windows\command;c:\dos ---> put it here. > if exist toscd001 LH c:\windows\command\mscdex /D:TOSCD001 /M:10 -- ---------------------------------------------------------------------- A. Sinan Unur Department of Policy Analysis and Management, College of Human Ecology, Cornell University, Ithaca, NY 14853, USA mailto:sinan DOT unur AT cornell DOT edu http://www.people.cornell.edu/pages/asu1/