Date: Mon, 25 Sep 2000 22:13:43 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: news AT jgreen4 DOT fsnet DOT co DOT uk Message-Id: <3791-Mon25Sep2000221343+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: (message from Jason Green on Sat, 23 Sep 2000 21:02:29 +0100) Subject: Re: "cannot find STDCXX" References: <20000909080359 DOT HM DOT 500000000006Ld9 AT mixmail DOT com> <20000923153050 DOT DC6B12313E AT titan DOT progiciels-bpi DOT ca> 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 > From: Jason Green > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 23 Sep 2000 21:02:29 +0100 > > > > > > c:/djgpp/bin/ld.exe: cannot find -lstdcxx > > > collect2: ld returned 1 exit status > > > > Either use gxx instead of gpp or download and install lgpNNNb.zip. > > Umm, isn't libstdcxx.a in gppNNNb.zip? How will using gxx help? I erroneously thought that -lgpp was the problem. Sorry. However, note that gxx does differ from gpp in how it reacts to the "-lstcxx" switch. For example, gxx should succeed to find libstd~1.a, while gpp won't. So that part of my advice was valid.