Date: Tue, 24 Nov 1998 10:31:41 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: i851477 cc: djgpp AT delorie DOT com Subject: Re: setting up DJGPP C compiler In-Reply-To: <365A411E.5DCA173E@thegrid.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 23 Nov 1998, i851477 wrote: > I am having some real trouble setting up DJGPP. I know that it says to > read the instructions and do what it says in README.1ST but, I tried and > tried and it still isn't working. I keep having problem after problem. > Can someone tell me how to change environment variables (correctly) and > change the djgpp.env to my settings. Do NOT change DJGPP.ENV at all! If you did change it already, unzip the original version from djdev201.zip and overwrite the changed one with it. Then, type this from the DOS command line: set LFN=y set DJGPP=c:/djgpp/djgpp.env set PATH=c:\djgpp\bin;%PATH% (If you installed DJGPP in a directory other than c:\djgpp, change these two lines accordingly.) Make sure there are no blanks around the equals character `=' in these two lines, many people get problems because of that. If after that, something still doesn't work, please post here the exact description of the problems, including any error messages you see. If it does work, you can add the above three line to your AUTOEXEC.BAT file, so that these settings are automatically done for you. Make sure your AUTOEXEC.BAT doesn't modify PATH after the place where you put these lines!