| delorie.com/archives/browse.cgi | search |
| Reply-To: | <arfa AT clara DOT net> |
| From: | "Arthur" <arfa AT clara DOT net> |
| To: | "DJGPP Mailing List" <djgpp AT delorie DOT com>, |
| "Stephan Kennedy" <stephan DOT kennedy AT pn DOT siemens DOT de> | |
| Subject: | RE: RHIDE linking problem |
| Date: | Wed, 5 Aug 1998 15:37:45 +0100 |
| Message-ID: | <000101bdc07e$9c0f42a0$d14b08c3@arthur> |
| MIME-Version: | 1.0 |
| Importance: | Normal |
| In-Reply-To: | <35C85600.1278@pn.siemens.de> |
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |