From: "Tom Beauchamp" Newsgroups: comp.os.msdos.djgpp Subject: Problem with C++ Date: Fri, 14 May 1999 20:13:15 -0400 Organization: IDT (Best News In The World) Lines: 13 Message-ID: <7hidum$981@nnrp3.farm.idt.net> NNTP-Posting-Host: ppp-23.ts-1.hp.idt.net X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Whenever I try to run a C++ program that I've written, I get this message when it goes to link: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) Regular C works just fine. Help me if you can, thanks. Tom