This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make compare failed


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]