This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-5.2.0 fails to compile itself
- From: john dot frankish at laposte dot net
- To: gcc-help at gcc dot gnu dot org
- Cc: Andrew Haley <aph at redhat dot com>
- Date: Mon, 26 Oct 2015 15:55:56 +0100 (CET)
- Subject: Re: gcc-5.2.0 fails to compile itself
- Authentication-results: sourceware.org; auth=none
- References: <514205450 dot 248020 dot 1445147091770 dot JavaMail dot zimbra at laposte dot net> <1297838541 dot 1109001 dot 1445863175602 dot JavaMail dot zimbra at laposte dot net> <562E3B34 dot 9020705 at redhat dot com>
> > Bump - can anybody help (detailed errors in first message)?
> >
> Not enough info. Need host machine, host compiler, configure, etc.
> Enough for someone to be able to reproduce the problem.
>
> My best guess is that your host machine's compiler is borked or you
> don't have glibc devel libs installed. And did you really mean i486?
The host machine is i486, the glibc devs are there, the host compiler is gcc-5.2.0 built with the the following configure options:
CC="gcc -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -march=i486 -mtune=i686 -Os -pipe" ../gcc-5.2.0/configure --prefix=/usr/local --enable-languages=c,c++ --disable- multilib --disable-bootstrap --with-system-zlib --libexecdir=/usr/local/lib --enable- frame-pointer