Reply-To: From: "Arthur" To: "DJGPP Mailing List" , "Stephan Kennedy" Subject: RE: RHIDE linking problem Date: Wed, 5 Aug 1998 15:37:45 +0100 Message-ID: <000101bdc07e$9c0f42a0$d14b08c3@arthur> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Importance: Normal In-Reply-To: <35C85600.1278@pn.siemens.de> Precedence: bulk > When using RHIDE to link my c++ project I keep getting this: > .../ld.exe: cannot open -lstdcx: No such file or directory > > I looked in my djgpp/lib and there is a file called libstdcxx.a > > Can someone tell me what's going wrong? RHIDE looks for a file called libstdcx.a (the -lstdcx you see). This should be libstdcxx.a (as you found). The fix can be found in the file problems.txt found in the gnu/gcc-2.81 directory, and is a little bit neater than renaming the file (which someone is bound to suggest). James Arthur jaa AT arfa DOT clara DOT net ICQ#15054819