From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE & Linker Date: Fri, 10 Apr 1998 20:31:43 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 23 Message-ID: <352EB9EF.362D@cs.com> References: <352e5efe DOT 4311021 AT news DOT eznet DOT net> NNTP-Posting-Host: ppp214.cs.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 Ryan Twitchell wrote: > > Hello, > Every time I try to link a C++ program in RHIDE, it gives me the > message: > "Cannot open -lstdcx: no such file or directory (ENOENT)" > I know these are arguments, but what do I do? Thanx in advance, RHIDE 1.4 wasn't designed with gcc 2.8.0 in mind. The solution is simple: edit the file %DJDIR%/share/rhide/rhide.env (or create it if it doesn't already exist), and put the following line in it: RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx After doing this, RHIDE should link C++ programs correctly. -- --------------------------------------------------------------------- | John M. Aldrich | "It may be better to be a live jackal| | aka Fighteer I | than a dead lion, but it is better | | mailto:fighteer AT cs DOT com | still to be a live lion." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------