Date: Tue, 17 Jul 2001 16:06:58 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: bjtobin AT focal DOT com cc: djgpp AT delorie DOT com Subject: Re: NT woes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 17 Jul 2001 bjtobin AT focal DOT com wrote: > How do you fix the error " Cannot find iostream.h in c:\djgpp\lang\cxx\" > The file is there Section 8.3 of the FAQ describes several popular reasons for this lossage. The top 2 suspects are: your source file has a .c extension, not .cc or .cpp, so the compiler doesn't look into the C++ include directory; or you unzipped the distribution with WinZip.