From: Isaac Waldron Newsgroups: comp.os.msdos.djgpp Subject: Re: Iostream.h error Date: Thu, 16 Apr 1998 19:36:18 -0400 Organization: The Computer Nerd Lines: 30 Message-ID: <353695F2.ECF44B93@lr.net> References: <35365FB3 DOT 7E6B706D AT bellatlantic DOT net> Reply-To: waldroni AT lr DOT net NNTP-Posting-Host: mere1-6.worldpath.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk aadhanda AT bellatlantic DOT net wrote: > > Hello, > I was wondering if someone could help me. I am learning C++ and > when i try to run the file > hello.cpp under DJGPP using "gcc -c -Wall hello.cpp" it says: > > hello.cpp:1 iostream.h: no such file or directory (EOENT) > > In the faq it mentions this problem and says to download the file > lgp271b.zip. I do not have this file > but use the lgpp280b selected from the "zip picker" on the DJGPP > homepage. I do not know if one > is an updated version of the other or if they are two different files, > if somebody could help me it > would be appreciated, thanks. > > -Sandeep Try compiling by this command: gxx -Wall hello.cpp -- ============================================================== /\ Isaac Waldron / \ /\ waldroni AT lr DOT net / \/ \ http://www.geocities.com/SiliconValley/Lakes/3574/ / \ \ ==============================================================