From: Whalerjrb AT aol DOT com Message-ID: Date: Fri, 8 Jan 1999 20:53:35 EST To: djgpp AT delorie DOT com Mime-Version: 1.0 Subject: (no subject) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 226 Reply-To: djgpp AT delorie DOT com 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