Date: Thu, 20 Mar 1997 18:18:39 +0300 (IDT) From: Eli Zaretskii To: loo_khan AT 4g-gateway DOT nswses DOT navy DOT mil cc: DJGPP AT delorie DOT com Subject: Re: your mail In-Reply-To: <9702208588.AA858867201@4G-GATEWAY.NSWSES.NAVY.MIL> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 20 Mar 1997 loo_khan AT 4g-gateway DOT nswses DOT navy DOT mil wrote: > My name is Khan Loo. I bought a compiler from the Free Software > Foundation last week, and I followed the instruction given in the > README.1ST on how to install the compiler and tried to run it by > testing a small program and it did not work. The error message kept > saying that it cannot find "iostream.h". I checked to see if this > file exit and it does. Why it continues to ask for this file when > exits in the directory. > > I also noticed that in the CD-ROM there are two files missing: > TXI370B.ZIP and FAQ201B.ZIP. Are these two files critical for the > compiler to run ? They are not crucial, but they will sure help you. TXI370B.ZIP includes a program (called INFO.EXE) that you need to read the hypertext docs which come with many DJGPP packages; and FAQ201B.ZIP includes the DJGPP FAQ list which you should search whenever you have any trouble like what you describe. Sections 8.1 and 8.2 in the FAQ will most probably help you resolve your problems with iostream.h.