From: "Thomas Buckley" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP C++ Compile error Date: Mon, 26 Apr 1999 23:47:08 -0500 Organization: Netcom Lines: 19 Message-ID: <7g3fi4$7rh@dfw-ixnews9.ix.netcom.com> References: <37230728 DOT 0 AT news1 DOT mweb DOT co DOT za> NNTP-Posting-Host: fwb-fl2-05.ix.netcom.com X-NETCOM-Date: Mon Apr 26 11:48:04 PM CDT 1999 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Link the libstdcxx.a library ( -lstdcxx ) if you are using gcc. Tom Buckley7 AT ix DOT netcom DOT com Peet Naude wrote in message news:37230728 DOT 0 AT news1 DOT mweb DOT co DOT za... > When I try to compile a c++ file I get lots of errors. It seems ostream > class cant be found. Can somebody please help me? > > Thank You > > Goodbytes > >