Message-Id: <199902161731.MAA13857@delorie.com> From: "Coarsey, John" To: "'djgpp AT delorie DOT com'" Subject: Re: Problem with djgpp using Rhide 1.4 Date: Tue, 16 Feb 1999 12:30:52 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com 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 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 >