From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: - Date: Wed, 25 Mar 1998 10:48:44 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 31 Message-ID: <3519275C.714A@cs.com> References: NNTP-Posting-Host: ppp234.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 Andris Pavenis wrote: > > > Temporary workaround: rename or copy libstdcxx.a to libstdcx.a. > > > > WRONG. This "workaround" will break g++.exe (or gxx.exe) I said rename _or_ copy. If both libstdcxx.a and libstdcx.a exist, whichever program looks for it will find it regardless of the filename. You have to be careful of LFN/SFN clashes if you've disabled numeric tails, as in the following example directory listing: LIBSTDCX A 649,622 02-08-98 11:34p libstdcxx.a LIBSTD~1 A 649,622 02-08-98 11:34p libstdcx.a Of course, if this is the listing you get, then you don't need to copy the file because it already has the correct name. > The correct fix is to add line to file %DJDIR%/share/rhide/rhide.env > > RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx Thanks for reminding me. -- --------------------------------------------------------------------- | John M. Aldrich | "History does not record anywhere at | | aka Fighteer I | any time a religion that has any | | mailto:fighteer AT cs DOT com | rational basis." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------