From: "Erik Post" Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler Date: Wed, 29 Oct 1997 13:50:20 +0100 Organization: University of Twente, Enschede, The Netherlands Lines: 24 Message-ID: <637bdh$h5g@dinkel.civ.utwente.nl> References: NNTP-Posting-Host: cal14a061.student.utwente.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Michael Witt wrote in message ... >I have a successful installation of djgpp2.01 on my desktop system but am >having trouble getting a successful install on my laptop. The compiler >cannot find the include directory. It appears to be something amiss with >the djgpp.env. However I am calling it in the autoexec.bat "set djgpp = >c:\djgpp\djgpp.env" This is a problem wether I am on the network or not. Do not put spaces around the '=' in the set command. It should look like this: SET DJGPP=C:\DJGPP\DJGPP.ENV And make sure the statement is reached in your autoexec.bat, eg by putting it at the top of autoexec.bat. >and it is a gateway laptop that has windows 95 and has never had dos >installed so it has only the windows 95 flavor of dos. Please reply >directly to me as I am no longer on the djgpp list. HTH, Erik Post