From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE long filenames? Date: Thu, 26 Mar 1998 18:30:26 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 26 Message-ID: <351AE512.6CC2@cs.com> References: <199803250554 DOT VAA20248 AT adit DOT ap DOT net> <351AC34B DOT 237F AT sprintmail DOT com> NNTP-Posting-Host: ppp244.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 Caroline Slack wrote: > > I had this same problem with it not finding lstdcx so I renamed the > library as suggested. > > I then got the error that it couldn't find -lstdcxx! so I now have two > copies of the same thing named *cx and *cxx. It worked.?!? The problem is a mis-feature of RHIDE which hardcodes the name of the C++ library as '-lstdcx' instead of '-lstdcxx'. The workaround is to copy (not rename) the library, as suggested. The fix (at least until the next version of RHIDE) is to insert the following line into %DJDIR%/share/rhide/rhide.env (create this file if it does not already exist): RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx hth! -- --------------------------------------------------------------------- | John M. Aldrich |"Men rarely (if ever) manage to dream | | aka Fighteer I |up a god superior to themselves. Most | | mailto:fighteer AT cs DOT com |gods have the manners and morals of a | | http://www.cs.com/fighteer |spoiled child." - Lazarus Long | ---------------------------------------------------------------------