From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: please help Date: Fri, 24 Sep 1999 16:22:41 -0500 Organization: Rose-Hulman Institute of Technology Lines: 28 Message-ID: <7sgq6l$hmj$1@solomon.cs.rose-hulman.edu> References: NNTP-Posting-Host: 137.112.205.146 X-Trace: solomon.cs.rose-hulman.edu 938208277 18131 137.112.205.146 (24 Sep 1999 21:24:37 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 24 Sep 1999 21:24:37 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Braves Dugout wrote in message news:vYQG3.358$L02 DOT 619 AT news DOT flash DOT net... > when i try to run my .cpp file, i get this: > > Error: C:/dgjpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) > > i checked the bin dir to see if ld.exe was there and it was...what is going > on? ld is ok, but it's complaining about a bad file name RHIDE gave it. From my Mini-FAQ: Q: When I try to compile a C++ program, I get Error: C:/dgjpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) A: RHIDE has a bug that causes it to think libstdcxx.a is named libstdcx.a; it's related to long file name problems. See the DJGPP FAQ, section 8.7, for a fix. -- Damian Yerrick http://pineight.webjump.com/