X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: compie error Date: Sat, 02 Feb 2002 13:23:56 +1100 Organization: ihug (Sydney) Lines: 13 Message-ID: References: <20020201203038 DOT 03585 DOT 00000550 AT mb-mr DOT news DOT cs DOT com> NNTP-Posting-Host: bugstomper.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1012616642 28331 203.109.250.24 (2 Feb 2002 02:24:02 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sat, 2 Feb 2002 02:24:02 +0000 (UTC) X-Newsreader: Forte Agent 1.9/32.560 Cache-Post-Path: bugstomper.ihug.com.au!unknown AT p57-max13 DOT syd DOT ihug DOT com DOT au X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Hi >After typing-in the 'Hello World' program and saving it with a .cpp extension >in the bin, I get this error message on trying to compile : "gcc.exe : >Environment variable DJGPP not defined". This is my first day in 'C++'. Any >help in resolving the problem is highly appreciated. Thanks in advance. Looks like you are usung Win 2K or XP with an old version of gcc that is not aware or Win 2K or XP. You should also make sure you are using updated DJDEV203, GCC*, GPP*, BNU* files which support Win2K (they should be dated in December 2001 or later). If not, grab new versions from Simtel. Andrew