Date: Wed, 11 Jul 2001 08:39:20 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Matt Mooney cc: djgpp AT delorie DOT com Subject: Re: compiler help In-Reply-To: <20010711030224.12370.qmail@web12204.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 10 Jul 2001, Matt Mooney wrote: > Error: c/djgpp/bin/ld.exe: cannot find -lstdcxx > Error: collect2: ld returned 1 exit status > There were some errors. > > In all my searching for help I have never came across > a similar problem. Section 8.2 of the FAQ has something about this. If that doesn't give a clue, then first make sure you have a file named libstdcxx.a (note the two xx at the end) either in the c:/djgpp/lib or in the c:/djgpp/lib/gcc-lib/djgpp/2.952 directory, and second post here the entire output of the compiler when you add -v to the compilation/link switches. We need the _whole_ output, not just the first few lines. And keep LFN=y, or it might not work on Windows ME. Do NOT set LFN=n.