Mail Archives: djgpp/1998/04/12/21:00:50
Ryuji Yokoyama wrote:
>
> Thanks! I got prog.exe, but I still can't use RHIDE. When I tried to
> compile the file using RHIDE, I got a following error.
>
> Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or
> directory (ENOENT)
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 | "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 -