Date: Tue, 18 Mar 2003 19:48:06 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <1659-Tue18Mar2003194805+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20030318172804.60799.qmail@web13004.mail.yahoo.com> (message from Thomas Tutone on Tue, 18 Mar 2003 09:28:04 -0800 (PST)) Subject: Re: gpp -pg : cannot find -lstdc++ References: <20030318172804 DOT 60799 DOT qmail AT web13004 DOT mail DOT yahoo DOT com> 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 > Date: Tue, 18 Mar 2003 09:28:04 -0800 (PST) > From: Thomas Tutone > > But that leaves open the question of what the > difference is between gxx.exe and gpp.exe. I had > understood - mistakenly, I guess - that they were > equivalent. They are functionally equivalent, but they are two different programs, so have different bugs ;-) gxx.exe was written as part of the DJGPP project to help C++ users compile C++ programs without mentioning the standard C++ libraries on the link command line. By contrast, gpp.exe is part of the GCC distribution; it was not yet available in the DJGPP port when gxx.exe was coded.