From: rthomp7308 AT aol DOT com (RThomp7308) Newsgroups: comp.os.msdos.djgpp Subject: Rhide 1.4 in Win95 Lines: 20 NNTP-Posting-Host: ladder05.news.aol.com X-Admin: news AT aol DOT com Date: 28 Nov 1999 09:08:45 GMT Organization: AOL http://www.aol.com Message-ID: <19991128040845.12198.00000047@ng-fq1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I picked up a C++ book and I'm trying to learn. I'm just trying a hello.cc program. -- #include main() { cout << "Hello, World.\n"; return 0; } -- Okay, I compiled it, no probs, when I try to run it though, I get "Creating: Hello.exe Error; d:/rhide/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) There were some errors" Any help would be appreciated. Thanks, Drumstick