Mail Archives: djgpp/1998/04/10/20:45:25
Ryan Twitchell wrote:
>
> Hello,
> Every time I try to link a C++ program in RHIDE, it gives me the
> message:
> "Cannot open -lstdcx: no such file or directory (ENOENT)"
> I know these are arguments, but what do I do? Thanx in advance,
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 | "It may be better to be a live jackal|
| aka Fighteer I | than a dead lion, but it is better |
| mailto:fighteer AT cs DOT com | still to be a live lion." |
| http://www.cs.com/fighteer | - Lazarus Long |
---------------------------------------------------------------------
- Raw text -