From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE & Linker Date: Sun, 12 Apr 1998 19:57:40 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 28 Message-ID: <353154F4.30EB@cs.com> References: <19980411014943 DOT AAB28260 AT ppp127 DOT cartsys DOT com> <01bd662e$7d4effe0$653ea8c2 AT j DOT couston> 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 Jamie wrote: > > Could you be a bit clearer on this? Add this line to what file? Where? > Are we talking a path setting in autoexec.bat? or what? > > Please reply as I'm tearing my hair out over this! 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. By %DJDIR%, we mean the base directory of your DJGPP installation; if it's C:\DJGPP, then the file is c:/djgpp/share/rhide/rhide.env. You must create this file if it doesn't exist, put the line in it, save it, and you're set to go. -- --------------------------------------------------------------------- | John M. Aldrich | "Always listen to experts. They'll | | aka Fighteer I | tell you what can't be done, and why.| | mailto:fighteer AT cs DOT com | Then do it." | | http://www.cs.com/fighteer/| - Lazarus Long | ---------------------------------------------------------------------