This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Cc: libstdc++ at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Mon, 4 Mar 2002 18:25:31 -0800 (PST)
- Subject: Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
> binutils version 2.11.93.0.2
Ack! I just noticed this.
Peter, is there anyway you can try this with a newer binutils? Or, the
next time you do this, update to new binutils? This version won't version
the C++ library. Updating to mainline or the 2.12 branch would turn it on
by default, no additional flags required.
The versioning is important in application testing because we are trying
to make sure that all necessary symbols are exported.
-benjamin