This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.1.0 RC1
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Laurent GUERBY <laurent at guerby dot net>
- Cc: gcc at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>, Greg Schafer <gschafer at zip dot com dot au>
- Date: Mon, 20 Feb 2006 18:34:28 -0500
- Subject: Re: GCC 4.1.0 RC1
- References: <43F96CDE.9080102@codesourcery.com> <209.132.176.174.1140427832.21454@mx3.ovh.net> <1140478251.10617.81.camel@pc.site>
On Feb 20, 2006, at 6:30 PM, Laurent GUERBY wrote:
one libstdc++ amd64 FAIL:
FAIL: abi_check
That is because you did not supply --enable-__cxa_atexit
to configure. This has been mentioned so many times it
might as well enabled it by default for GNU/Linux.
-- Pinski