From: "Chapman, Ian [CAR:TM14:EXCH]" Newsgroups: comp.os.msdos.djgpp Subject: Re: missing Date: Thu, 27 Jan 2000 22:35:06 -0500 Organization: Nortel Networks Lines: 22 Message-ID: <38910E6A.DF22D15A@americasm10.nt.com> References: NNTP-Posting-Host: 47.199.34.204 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, your includes are missing the .h. Have you looked up the faq? do you have libgpp.a in djgpp/lib ? Regards Ian. Rodeo Red wrote: > I'm trying to compile a program which uses these headers: > > #include > #include > #include > #include > > I get this output: > > C:\C++\liner.cpp:7: ostream: No such file or directory (ENOENT) > I checked and I have the other headers and ostream.h but not ostream > Did I just lose ostream myself or is djgpp supposed to be missing > ostream ? > > Red