Date: Wed, 23 Jun 1999 11:18:59 +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.02 In-Reply-To: <1c506a5.24a0f33a@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 Tue, 22 Jun 1999 HPTASZEK AT aol DOT com wrote: > I've set PATH=C:\DJGPP\BIN;%PATH% > set DJGPP=C:\DJGPP\DJGPP.ENV > > I find iostream.h in c:\djgpp\lang\cxx > > I've set LFN=y in DJGPP.ENV > > I'm running on windows 95 > > The file I'm trying to compile is hello.cc > > I used winzip 7.0 > > And I'm still getting 'iostream.h: no such file or directory' Please redirect gcc's output to a file, like this: redir -o compile.log -eo Replace the brackets with the actuall compilation command that you are normally using to compile the program, and then post here the contents of the file `compile.log'. You might look into that file first, because it might tell you exactly where the problem is, just read it carefully.