From: I AT hate DOT spam DOT so DOT much DOT it DOT hurts DOT com (Noway José) Newsgroups: comp.os.msdos.djgpp Subject: Help a newbie today: where is -lstdcx? Date: Sat, 09 Oct 1999 09:19:14 GMT Lines: 24 Message-ID: <38010890.2163932@news.telepac.pt> NNTP-Posting-Host: 194.65.204.47 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.01/32.397 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I'm trying to learn the C++ basics, so I thought I'd better use everyone's favorite compiler to do it. :-) Here's what I downloaded from www.delorie.com: djdev202 faq211b rhide14b bnu281b gcc2951b gdb418b gpp2951b lgpp295b mak377b txi312b csdpmi4b alleg312 I used this setup to make allegro, and it worked perfectly. When I try to compile a simple C++ program, rhide's message window reportes that ld.exe "cannot open -lstdcx: no such file or directory (ENOENT)". What am I doing wrong? Thanks in advance.