From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19838 invoked by alias); 20 Jul 2005 13:08:01 -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 19281 invoked by uid 22791); 20 Jul 2005 13:07:48 -0000 Received: from host-84-9-56-114.bulldogdsl.com (HELO softwire.co.uk) (84.9.56.114) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 20 Jul 2005 13:07:48 +0000 Received: from grizzlybear ([10.0.11.3]) by softwire.co.uk with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Jul 2005 14:07:46 +0100 From: "Rupert Wood" To: "'Bell, Timothy'" , Subject: RE: Problem Building 32-bit gcc native compiler Date: Wed, 20 Jul 2005 13:08:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <697750C28DC0474ABF279ECB3979E3730C01D1EA@hq4.pcmail.ingr.com> Message-ID: X-SW-Source: 2005-07/txt/msg00191.txt.bz2 Timothy Bell wrote: > I have plenty of space. The make bootstrap results in the same > "differs" errors. I'm trying to compile 3.3.3. Are you using the native HP-UX assembler? IIRC it embeds a timestamp in the object files it builds so you'll always see a mismatch. (I'd a feeling there was some script magic to work around this in more recent GCCs but maybe I'm mistaken?) The target specific notes page has more: http://gcc.gnu.org/install/specific.html#hppa-hp-hpux11 Finally, 'make bootstrap' fails in the final comparison of object modules due to the time stamps that it inserts into the modules. The bootstrap can be continued from this point with 'make all'. Rup.