To: djgpp AT delorie DOT com Subject: Re: Where do I put the lines in my autoexec.bat? References: <0074aa6e DOT e911964b AT usw-ex0101-005 DOT remarq DOT com> From: Prashant TR Date: 12 Jun 2000 07:11:33 +0530 In-Reply-To: relyt's message of "Sun, 11 Jun 2000 15:01:54 -0700" Message-ID: Lines: 30 X-Mailer: Gnus v5.7/Emacs 20.5 Reply-To: djgpp AT delorie DOT com relyt writes: > I got DJGPP, and installed it in: > C:\windows\desktop\tyler\programs\djgpp > So, I added the lines: > set DJGPP=C:\WINDOWS\DESKTOP\Tyler\Programs\DJGPP\DJGPP.ENV > set PATH=C:\WINDOWS\DESKTOP\Tyler\Programs\DJGPP\BIN;%PATH% > to the autoexec.bat under a header called "common".When I try to > compile, it says there was an error installing the "DJGPP > environment" and that it would not work. > So, my question is this. What did I do wrong? Will the directory > I put it in not work, or is it whare I put the lines in my > autoexec.bat? > Please help! > > * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * > The fastest and easiest way to search and participate in Usenet - Free! Add those to the end of autoexec.bat. It seems like command.com is running out of environment space. So you amy need to set a larger value for the environment. Put SHELL=C:\WINDOWS\COMMAND.COM /E:2048 or whatever is suitable. And it would also be useful if you could post the environment listing. Type "set > env.txt" and post the contents of env.txt here. That should give us a better idea of what's happening.