Reply-To: From: "Arthur" To: "DJGPP Mailing List" 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <35F85889.4F5DFAC7@us.oracle.com> Importance: Normal Precedence: bulk > 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