Date: Tue, 13 Jun 2000 06:44:26 +0530 Message-Id: <200006130114.GAA00988@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <0b2872a2.c4d32168@usw-ex0105-035.remarq.com> (message from relyt on Mon, 12 Jun 2000 17:07:58 -0700) Subject: Re: Where do I put the lines in my autoexec.bat? References: <0074aa6e DOT e911964b AT usw-ex0101-005 DOT remarq DOT com> <0b2872a2 DOT c4d32168 AT usw-ex0105-035 DOT remarq DOT com> Reply-To: djgpp AT delorie 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 > Here is my env.txt. I don't quite know what you mean,I have never > done this kind of work before. > > CONFIG=WIN95 > TMP=C:\WINDOWS\TEMP > TEMP=C:\WINDOWS\TEMP > WINBOOTDIR=C:\WINDOWS > COMSPEC=C:\WINDOWS\COMMAND.COM > MSINPUT=C:\MSINPUT > PATH=C:\WINDOWS;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS;C:\WINDO > WS\COMMAND > WINPMT=$P$G > PROMPT=[Windows 95] $P$G > windir=C:\WINDOWS > BLASTER=A220 I5 D1 > > I don't know what is going on in this file, should I add the > DJGPP stuff here? This clearly shows that the environment isn't setup as it should be. Could you post the contents of autoexec.bat please. You should have added SET DJGPP=C:\DJGPP\DJGPP.ENV SET DJGPP=C:\DJGPP\BIN;%PATH% to the *end* of autoexec.bat. Please do this (or change it appropriately) and again post the contents of the environment. And what happens if you manually type "SET DJGPP=C:\DJGPP\DJGPP.ENV" in the DOS prompt and then run gcc. Does it work? And does the environment contain this when you type "set". Also, if possible, please go through the page http://www.midpec.com/djgpp/installation.html