Date: Tue, 21 Sep 1999 16:27:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Zigmund Rogoff cc: djgpp AT delorie DOT com Subject: Re: your mail In-Reply-To: <000901bad857$5d627d40$e54a883e@gecko> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 1 Jan 1996, Zigmund Rogoff wrote: > Date: Mon, 1 Jan 1996 14:40:33 -0000 Note: your date is not set correctly. > In file included from hello.cpp:1: > C:/gjgpp/lang/cxx/iostream.h31::streambuf.h:No such file or directory ^^^^^^^^ Note the typo: you unzipped DJGPP into a directory C:\GJGPP, but set the DJGPP environment variable to C:\DJGPP: > SET DJGPP=C:\DJGPP\DJGPP.ENV > SET PATH=C:\DJGPP\BIN;%C:\DJGPP\lang\cxx% This is a bad idea: do NOT put the include directory into your PATH.