Mail Archives: djgpp/1998/04/12/20:00:22
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 |
---------------------------------------------------------------------
- Raw text -