Mail Archives: djgpp/1999/02/16/12:33:47
Look in the %DJDIR%/gnu/gcc-2.81/problems.txt, it says:
RHIDE-1.4
Q) When trying to link C++ program RHIDE-1.4 returns error message
ld.exe: cannot open -lstdcx: No such file or directory (ENOENT)
A) The name of C++ library has changed since port of gcc-2.7.2.1.
The fix for this problem is add line
RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
to %DJDIR/share/rhide/rhide.env. Or add 2 lines
[rhide]
RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
to Your DJGPP.ENV. An example of DJGPP.ENV with this fix is in
directory gnu/gcc-2.81 (archive gcc281b.zip)
The best is edit djgpp.env with RHIDE (don't use other editor) and insert
the
lines mentioned above.
good luck!
Crousto <crousto AT infonie DOT be> wrote in message
<004a01be5858$4739f6e0$3a01e8d4 AT default>...
> >Hi All,
> >
> >i've a problem with Rhide 1.4 ...
> >
> > i open a project, load a source and start compiling ... good,
> > everything works fine, no errors found. Now if i start make or run ...
> > this error occurs:
> >
> > Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or
> directory.
> >
> > Anyone who can help me out with this ? I've no idea what went wrong
> > :-((
> >
> >ru,
> > Marco
> It seems that the linker can't find the "stdcx.a" (or libstdcx.a) library.
> Search it with the windows "research" utility, and add the path in
> "options->directories->libraries" in Rhide.
>
> Crousto
> crousto AT infonie DOT be
>
- Raw text -