From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26200 invoked by alias); 19 Apr 2003 19:30:15 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 26193 invoked from network); 19 Apr 2003 19:30:14 -0000 Received: from unknown (HELO saturn.cs.uml.edu) (129.63.8.2) by sources.redhat.com with SMTP; 19 Apr 2003 19:30:14 -0000 Received: from saturn.cs.uml.edu (saturn.cs.uml.edu [129.63.8.2]) by saturn.cs.uml.edu (8.12.9/8.12.9) with ESMTP id h3JJUDRZ070520 for ; Sat, 19 Apr 2003 15:30:13 -0400 (EDT) Date: Sat, 19 Apr 2003 19:30:00 -0000 From: Andrew Stanley To: gcc-help@gcc.gnu.org Subject: Bootstrap comparison failures Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-04/txt/msg00173.txt.bz2 I've been working on trying to compile GCC 3.1.1 on HP/UX 11.11 (11i) this afternoon. I'm consistently getting, after the stage3 bootstrap is complete, the following error: 'Bootstrap comparison failure! alias.o differs attribs.o differs ... intl/plural.o differs intl/textdomain.o differs' It seems to barf on every single object created. I initially noticed that BOOT_CFLAGS and STAGE1_CFLAGS were different (BOOT_CFLAGS was set to -O2). I modified the makefile and re-made, and I'm still seeing this issue. I'm using GNU as, and also tried doing a make boostrap4, and I've had no luck. Any ideas? Thanks, -Andrew