Mail Archives: djgpp/2001/09/11/02:19:23
DOM1N1CANPOWER wrote:
>
> Hi I am a newbie in computer programing and I chose c++ reading a book for
> dummies, I tried to install the program but everytime i edit my autoexec.bat
> files;set path c:\djgpp\djgpp.env and I tried to compile it says error variable
> enviroment not define and sometimes it says it points to a file which doesn't
> exist, and even though I got the program wit the disk. Also something funny
> happens which is when i set Set path=c:\djgpp\bin;%path% and go to
> msconfig=enviroment tab and click ok when promt that my autoexec.bat it's going
> to windows register, when i reboot the problem still exist and my autoexec.bat
> reads Set path=c:\djgpp\bin;%path%\c:\djgpp gnuc++ something can someone plz
> help me thanks
Since you use WinME, simply don't edit autoexec.bat; simply use msconfig
directly.
All you need to do is make PATH look right; something like
PATH=C:\Djgpp\bin;C:\Windows;C:\Windows\System;C:\Windows\Command
should be fine. Then add a variable called DJGPP
DJGPP=C:\Djgpp\djgpp.env
and you should be pretty much set.
- Raw text -