This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make compare failed
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Mack Lobell <macklobell at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 11 Feb 2002 10:36:10 -0800
- Subject: Re: make compare failed
- References: <F238MGLoU2gOHpM2yqO0001290b@hotmail.com>
On Sun, Feb 10, 2002 at 08:26:44PM +0000, Mack Lobell wrote:
> Hi,
>
> i just built a 3.0.3 compiler on a FreeBSD 4.5 box. When i did a make
> compare it failed with the following output:
>
[snip]
> Bootstrap comparison failure!
> underscore.o differs
> *** Error code 1
>
> Stop in /usr/local/gcc/build/gcc.
>
> The compiler was configured with:
> prompt>cat config.status
> #!/bin/sh
> # This file was generated automatically by configure. Do not edit.
> # This directory was configured as follows:
> ../gcc-3.0.3/configure
> --with-gcc-version-trigger=/usr/local/gcc/gcc-3.0.3/gcc/version.c
> --host=i386-unknown-freebsd4.5 --enable-languages=c,c++
> --prefix=/usr/local/gcc --norecursion
> #
>
>
> The compiler was built with:
> prompt>make bootstrap CFLAGS="-O3 -mcpu=pentiumpro -pipe" BOOT_CFLAGS="-O3
> -mcpu=pentiumpro -pipe"
>
> Is this something i need to worry about?
Yes, it means that the compiler is not able to build itself reliably.
Try again with the default CFLAGS.
Janis