Message-ID: <356388EE.9853A6A9@imailbox.com> From: "Robert C. Paulsen, Jr." Organization: . MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: error with LS.EXE References: <1998052101283200 DOT VAA07662 AT ladder01 DOT news DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 36 Date: Thu, 21 May 1998 01:53:00 GMT NNTP-Posting-Host: 209.99.42.230 NNTP-Posting-Date: Wed, 20 May 1998 20:53:00 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk BrianR3572 wrote: > > I fixed the common problem with streambuf.h, but once that was fixed, I got > this error when trying to compile a VERY simple C++ program: > > Error: (...yadda)/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) > > what does this mean? Here is an excerpt from \DJGPP\gnu\gcc-2.81\problems.txt ===================================================================== Some common problems possible with DJGPP port of gcc-2.8.1. Look DJGPP FAQ for info about other problems. RHIDE-1.4 Q) When trying to link C++ program RHIDE-1.4 returns error message ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) A) The name of C++ library has changed since port of gcc-2.7.2.1. The fix for this problem is add line RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to %DJDIR/share/rhide/rhide.env. Or add 2 lines [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to Your DJGPP.ENV. An example of DJGPP.ENV with this fix is in directory gnu/gcc-2.81 (archive gcc281b.zip) ===================================================================== -- Robert Paulsen ICQ 11815732 http://paulsen.home.texas.net If my return address contains "ZAP." please remove it. Sorry for the inconvenience but the unsolicited email is getting out of control.