I have a copy of the Gnu C/C++ compiler which is of about Jan/Feb 2000
vintage. Please where can I download a current version? I have searched
in http://www.gnu.org and its dependent page.
(0) Please where is the email group or forum to ask queries about Gnu
C/C++?
I now have Windows Vista. I need to alter and recompile a Gnu C/C++
program which I wrote. I had these nuisances:
(1) I tried to insert into my C:/AUTOEXEC.BAT this line:
PATH C:\DJGPP\BIN;%PATH%
but my text editor (Notepad) refused to write to C:/AUTOEXEC.BAT .
(2) I edited my program accordingly, and tried to recompile it, but it
faulted:
C:\djgpp___\scopy>c:\djgpp\bin\gcc scopy6.cpp -g -Wall
Fatal: Error in DJGPP instalation
Environment variable DJGPP is not defined
Please how do I set environment variable DJGPP? What should I set it
to?