Mail Archives: djgpp/1999/04/09/11:14:46
David Rasmussen <homer AT kampsax DOT dtu DOT dk> wrote
> I have just download the newest version of DJGPP.
>
> When I try to compile a chess project with the newest version of DJGPP
> from RHIDE it says:
>
> Error: d:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or
> directory (ENOENT)
-------------------------
Text View: D:\...C-2.81\PROBLEMS.TXT Col 0 1.480 Bytes
Some common problems possible with DJGPP port of gcc-2.8.1. Look DJGPP FAQ for
info about other problems.
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)
----------------------------------------
> This project worked fine with an older version of DJGPP.
>
> If I compile it on the commandline with gxx main.cc position.cc ... etc.
> it works fine, so maybe it's RHIDE?
Half, the name changed after the 1.4 release (libstdcx.a to libstdcxx.a)
> Does anybody know what the problem is?
The above mentioned text or download 1.4.7.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://welcome.to/SetSoft
or
http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org
ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(5411) 4759 0013
- Raw text -