From: "Johnny P." Newsgroups: comp.os.msdos.djgpp Subject: Re: another compiling problem Date: Tue, 16 Jun 1998 11:11:23 -0500 Organization: The World's Usenet -- http://www.Supernews.com Lines: 45 Message-ID: <6m65mt$hu2$1@supernews.com> References: <01bd988a$7e373ce0$c70f8fd1 AT gcsyqfqj> <1998061600245200 DOT UAA08147 AT ladder03 DOT news DOT aol DOT com> NNTP-Posting-Host: 207.208.188.41 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk SWars Matt wrote in message <1998061600245200 DOT UAA08147 AT ladder03 DOT news DOT aol DOT com>... >"Ben" wrote: >(snip) >>And now I get this error: >>Error: c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or directory >(ENOENT) I had this same problem... I just renamed libstdcxx.a to libstdcx.a. I know it is a bad idea to do this, but it is a kludge that seems to work for now. >First, make sure you downloaded gpp281b.zip and extracted it. If you did, in I did... >your c:/djgpp/lib folder you should have a libstdcxx.a file. If you do, make It does... >sure in djgpp.env you have LFN=y set so that you use long filenames (if you're Already set... >running under Windows). Also, make sure that in your autoexec.bat you have set >DJGPP=c:\djgpp, or whatever directory you installed it in. Hope that helps. Don't you mean: DJGPP=c:\djgpp\djgpp.env ? I did all these things. It didn't help. Any solution other than renaming the stdcxx library would be nice. >____________________________________________ >Matt Reece (swarsmatt AT aol DOT com) >____________________________________________ Thanks, Johnny P.