| www.delorie.com/djgpp/mail-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> |
| Subject: | RE: Newbie Question: cannot open -lstdcxx: No such file or directory (ENOENT) w/ g++ |
| Date: | Fri, 11 Sep 1998 16:30:38 +0100 |
| Message-ID: | <000e01bddd99$2097dc80$664d08c3@arthur> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <35F85889.4F5DFAC7@us.oracle.com> |
| Importance: | Normal |
> Just a few more details about my problem > > I am running the compiler on NT. And I have also tried "gxx" > which gives > me a similar error (stdcxx not found). If you're running on NT, then you'll probably have LFN=N set. In this case you'll need to rename the file libstdcxx.a to libstdcx.a. In other words, DJGPP doesn't recognise files with names not in the 8.3 format. You may need to compile with gcc and link with -lstdcx, instead of using gxx/gpp/g++. James Arthur jaa AT arfa DOT clara DOT net ICQ#15054819
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |