From: Neil Gower Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp under w2k Date: Thu, 27 Jun 2002 11:20:55 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3D1B2D57.1070100@inago.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <54CF1F45ED19D311B68E00805FFEA80E04A1EDF7 AT kns033 DOT hauni DOT koerber DOT de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 28 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tóth wrote: > Hello! > > I'm Toth Zoltan from Hungary. > I've got the following serious problem with gcc: > I can't use the compiler because I can't add the djgpp.env file to it's > place. > where is the emvironment tab in win2000? > How can I install djgpp on win2000? I'm using DJGPP on W2K. To set it up, I just: 1. Unzipped the DJGPP packages (in D:\DJGPP for example) 2. Right-click on "My Computer", select "Properties". 3. Under the "Advanced" tab, select "Environment Variables..." 4. Create a new environment variable named "DJGPP" with the value for your installation ("D:\DJGPP\djgpp.env" in my case) 5. Add the bin directory to your "path" variable ("D:\DJGPP\bin" in my example) Don't forget that these changes won't effect any open command prompt windows - you'll have to open a new one to start using DJGPP. Good luck! Neil.