From: Deathstar Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE Problem (Linker?) Date: Tue, 25 Aug 1998 23:59:35 -0400 Organization: RCN Internet Lines: 27 Message-ID: <35E38826.F135B05C@usa.net> References: NNTP-Posting-Host: 207-172-201-238.s47.as4.xnb.erols.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I did! In fact, I did both (to both .ENV files.) It still gives me that message. Salvador Eduardo Tropea (SET) wrote: > From the gnu\gcc-2.81\problems.txt file: > > 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)