From: "Johnny P." Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ isn't working for me... Date: Tue, 2 Jun 1998 11:36:33 -0500 Organization: InterAccess Co., Chicago's Full Service Internet Provider Lines: 46 Message-ID: <6l1a4a$s9g$1@nntp3.interaccess.com> References: <6kuspj$bef$1 AT nntp3 DOT interaccess DOT com> <35731a66 DOT 13395396 AT news DOT demon DOT co DOT uk> NNTP-Posting-Host: d184.tcg1.interaccess.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Kev wrote in message <35731a66 DOT 13395396 AT news DOT demon DOT co DOT uk>... >On Mon, 1 Jun 1998 13:36:12 -0500, "Johnny P." >wrote: > >> >> >Regarding the error message : >Trying to compile C++ files gives: > >c:/djgpp/bin/ld.exe: cannot open -1stdcx: No such file or directory > > >Though it took a long time to find it, >the answer is documented in this file:- > >D:\DJGPP\gnu\gcc-2.81\problems.txt > >(I shall not reproduce it here, bandwidth etc) > >Two options are suggested, the first didn't >work for me, but the second did. I thik this >may be a good item to see in the FAQ list > >Happy Coding > >Kevin Hi again, Although I did not have a copy of problems.txt, I managed to fix the error initially by renaming libstdcxx.a to libstdcx.a. Then I decided to count the letters in libstdcxx.a and it appears I forgot to set LFN=y in djgpp.env. I renamed the file back to libstdcxx.a and all seems well now. I don't know if this is common, but if I did it... Thanks for the responses. Johnny P.