From: mikyod AT hotmail DOT com (Mike Butler) Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc.exe: environment variable DJGPP points to corrupt file 'DJGPP=C:\DJGPP.ENV' Date: 13 May 2003 13:54:28 -0700 Organization: http://groups.google.com/ Lines: 19 Message-ID: <264d4cb6.0305131254.712d8866@posting.google.com> References: <264d4cb6 DOT 0305121258 DOT 5e7d80e5 AT posting DOT google DOT com> <200305122105 DOT h4CL5HoP001684 AT envy DOT delorie DOT com> NNTP-Posting-Host: 64.56.235.183 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1052859269 3039 127.0.0.1 (13 May 2003 20:54:29 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 13 May 2003 20:54:29 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Great! That fixed it! Thank you very much. - Mike DJ Delorie wrote in message news:<200305122105 DOT h4CL5HoP001684 AT envy DOT delorie DOT com>... > > When I do a SET command, it shows that my DJGPP environment variable > > is set to the following: > > djgpp=DJGPP=C:\DJGPP\DJGPP.ENV > > This is wrong. It should just say > > DJGPP=C:\DJGPP\DJGPP.ENV > > What you probably did is type "djgpp" for "name" in the environment > setting box, and "DJGPP=C:\DJGPP\DJGPP.ENV" for "value". You should > type "DJGPP" for "name", and "C:\DJGPP\DJGPP.ENV" for "value". Or > something like that.