Date: Mon, 12 May 2003 17:05:17 -0400 Message-Id: <200305122105.h4CL5HoP001684@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <264d4cb6.0305121258.5e7d80e5@posting.google.com> (mikyod AT hotmail DOT com) Subject: Re: gcc.exe: environment variable DJGPP points to corrupt file 'DJGPP=C:\DJGPP.ENV' References: <264d4cb6 DOT 0305121258 DOT 5e7d80e5 AT posting DOT google DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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.