From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22794 invoked by alias); 2 Jul 2004 20:01:13 -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 22779 invoked from network); 2 Jul 2004 20:01:12 -0000 Received: from unknown (HELO mgr2.xmission.com) (198.60.22.202) by sourceware.org with SMTP; 2 Jul 2004 20:01:12 -0000 Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BgUDf-0003cz-02; Fri, 02 Jul 2004 14:01:11 -0600 Received: from [166.70.238.4] (helo=solaris.xmission.com) by mgr1.xmission.com with esmtp (Exim 4.32) id 1BgUDf-0004a0-QD; Fri, 02 Jul 2004 14:01:11 -0600 Received: from llewelly by solaris.xmission.com with local (Exim 3.16 #3) id 1BgUDe-0006Nf-00; Fri, 02 Jul 2004 14:01:10 -0600 To: "Foster, Paul" Cc: References: <1FFF61B8F8A0364B950E074FB6B9E8B9E84992@rhhtexchange.hey.nhs.uk> From: llewelly@xmission.com Date: Fri, 02 Jul 2004 20:01:00 -0000 In-Reply-To: <1FFF61B8F8A0364B950E074FB6B9E8B9E84992@rhhtexchange.hey.nhs.uk> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Subject: Re: Please help Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.3 required=8.0 tests=NO_REAL_NAME autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.238.4 X-SA-Exim-Mail-From: llewelly@xmission.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr1.xmission.com) X-SW-Source: 2004-07/txt/msg00048.txt.bz2 "Foster, Paul" writes: > When building Gcc with the make bootstrap command on a hp-ux system > with version 10.20, after a few minutes I get the following see > attachment. Please see http://gcc.gnu.org/install/specific.html#hppa*-hp-hpux10 > > I think they are comparison error between stage 1 and stage 2? Yes: # The HP assembler on these systems has some problems. Most notably the # nassembler inserts timestamps into each object file it creates, causing # the 3-stage comparison test to fail during a make bootstrap. # You should be able to continue by saying make all after getting the # failure from make bootstrap. (from the above link)