This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 4.9.1 fails to compile in libsanitizer on Fedora 14
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Winston Smith <smith_winston_6079 at hotmail dot com>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Fri, 1 Aug 2014 16:42:54 +0100
- Subject: Re: gcc 4.9.1 fails to compile in libsanitizer on Fedora 14
- Authentication-results: sourceware.org; auth=none
- References: <DUB123-W292D1992B4B59B8AD5B1D7DAE70 at phx dot gbl>
On 1 August 2014 16:19, Winston Smith wrote:
> The glibc version is glibc-2.12.90-17.x86_64.
>
> The web is mute on this issue (at least I haven't found anything related). Is there anything wrong with my setup?
I think it's just too old to build libsanitizer. But either the code
should be made more portable or the configure checks should have
tested for the relevant feature and disabled the lib automatically, so
please report it to Bugzilla, as described at
https://gcc.gnu.org/bugs/
As a workaround you can configure with --disable-libsanitizer