Mail Archives: djgpp/2000/06/11/21:42:14
relyt <relytNOreSPAM AT bigfoot DOT com DOT invalid> 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.
- Raw text -