Date: Tue, 22 Jun 1999 09:39:56 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: HPTASZEK AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: newbie prob In-Reply-To: <964b477.249ff033@aol.com> 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, 21 Jun 1999 HPTASZEK AT aol DOT com wrote: > Hi. I've done what FAQ says, but I still get 'iostream.h: no such file or > directory' > > set PATH=C:\DJGPP\BIN;%PATH% became > > set PATH=C:\DJGPP\BIN;C:\NETCOM;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN You need to set the DJGPP environment variable as well; see sections 8.1 and 8.2 of the FAQ for problems related to headers in general and C++ headers like iostream.h in particular.