From: Michael Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: ld.exe not found? Date: Fri, 12 Feb 1999 17:52:42 -0700 Organization: Home Lines: 30 Message-ID: <36C4CCD8.C981E263@hotmail.com> References: <918839635 DOT 29568 DOT 0 DOT nnrp-04 DOT c2de89e4 AT news DOT demon DOT co DOT uk> NNTP-Posting-Host: calppp156015.3web.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: iceman.tac.net 918867139 19187 209.197.156.15 (13 Feb 1999 00:52:19 GMT) X-Complaints-To: abuse AT tac DOT net NNTP-Posting-Date: 13 Feb 1999 00:52:19 GMT X-Mailer: Mozilla 4.5 [en]C-NECCK (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Easy fix: add these lines to the end of your djgpp.env file where ever it is: [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx and it will fix the problem right up. This is mentioned in the djgppfaq.html or txt file. It's in section 8.7 Mike purple wrote: > i'm running RHIDE under an MS-DOS terminal from Windows '95 and I used > winzip (which supports LFNs) to unzip the files for DJGPP and RHIDE. > > Every time i try to compile something, i am told that ... > > Error: d:/richard/applications/djgpp/bin/ld.exe: cannot open -lstdcx: No > such file or directory > > the program i'm trying to compile is a c++ file called hello.cpp. i can > assure you that there are no problems with the code itself, though that > doesn't seem to have had an influence on the error message anyway. > > i've tried renaming the libstdcxx.a as advised, but it doesn't help either. > > if anyone can help, i'd be most greatful, > > Richard