This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gnu C/C++ compiler
- From: Ian Lance Taylor <iant at google dot com>
- To: ANTHONY APPLEYARD <a dot appleyard at btinternet dot com>
- Cc: gcc at gnu dot org
- Date: Fri, 23 May 2008 14:48:29 -0700
- Subject: Re: Gnu C/C++ compiler
- References: <447348.98540.qm@web86706.mail.ukl.yahoo.com>
ANTHONY APPLEYARD <a.appleyard@btinternet.com> writes:
> 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.
See http://gcc.gnu.org/
> (0) Please where is the email group or forum to ask queries about Gnu
> C/C++?
The mailing list gcc-help@gcc.gnu.org.
> 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?
DJGPP is for DOS. If you are running Windows I recommend cygwin or
mingw instead. http://cygwin.com/ or http://mingw.org/.
Ian