Date: Sun, 26 Jan 2003 20:51:57 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7704-Sun26Jan2003205156+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3E34211C.BA1E1B4D@phekda.freeserve.co.uk> (message from Richard Dawe on Sun, 26 Jan 2003 17:55:40 +0000) Subject: Re: Cygnus test suite and the tidied-up start-up code [PATCH] References: <9003-Sat25Jan2003195735+0200-eliz AT is DOT elta DOT co DOT il> <3E33D419 DOT B653AAB7 AT phekda DOT freeserve DOT co DOT uk> <4331-Sun26Jan2003192504+0200-eliz AT is DOT elta DOT co DOT il> <3E34211C DOT BA1E1B4D AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 26 Jan 2003 17:55:40 +0000 > From: Richard Dawe > > > > gpp -L../../../lib -o gacosvec.exe gacosvec.o ./qfloat/qfloatx.a > > > ../../../lib/libm.a > > > > Why is this using `gpp'? It's not a C++ program, is it? > > It is: tests/cygnus/tgen/gacosvec.cpp Oops, sorry, I saw "CC = gcc" in the makefile, but forgot that C++ programs nowadays practically _must_ be compiled with gpp. That wasn't so with GCC 2.x.