Message-ID: <001a01be3b94$600520e0$8d17f8cc@chia> From: "Jared Davis" To: Subject: Re: (no subject) Date: Fri, 8 Jan 1999 23:53:24 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Reply-To: djgpp AT delorie DOT com Hei Jeff Those files should be in the djgpp/lang/cxx directory. If they're not, you probably didn't install the C++ libraries. They're in a file called "gpp271b.zip", which you could just get from a simtel site if you don't have it. Jared [ jared AT underdark DOT net ] [ jared AT neonramp DOT com ] ----- Original Message ----- From: Newsgroups: comp.os.msdos.djgpp To: Sent: Friday, January 08, 1999 7:53 PM Subject: (no subject) >hi, i'm having troube with the compiler: using rhide, compilation works, >linking does not. the error message to a simple hello c++ main: > >comipiling: hello.cc >no errors >Creating: hello.exe >Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: NO such file or directory >There were some errors > > >when i try to run from dos, without the -lstdcx, it says i'm missing the >library for cout and ostream. i don't see iostream.h in my djgpp stuff. what >am i doing wrong here? > >thank you >jeff bender