From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18891 invoked by alias); 9 Sep 2002 08:00:58 -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 18873 invoked from network); 9 Sep 2002 08:00:56 -0000 Received: from unknown (HELO anchor-post-39.mail.demon.net) (194.217.242.80) by sources.redhat.com with SMTP; 9 Sep 2002 08:00:56 -0000 Received: from mailgate.softwire.co.uk ([62.49.203.138] helo=polarbear) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 17oJTa-0007fe-0U; Mon, 09 Sep 2002 09:00:55 +0100 From: "Rupert Wood" To: "'Benjamin Krueger'" Cc: Subject: RE: 64bit Executable Support on Solaris 9 Date: Mon, 09 Sep 2002 01:00:00 -0000 Message-ID: <616BE6A276E3714788D2AC35C40CD18D561771@whale.softwire.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <616BE6A276E3714788D2AC35C40CD18D7D2E0A@whale.softwire.co.uk> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-09/txt/msg00063.txt.bz2 Benjamin Krueger wrote: > I've recently installed the Sunfreeware gcc 3.2 package on a > SPARCengine AXi (UltraSPARC-IIi 270MHz) running Solaris 9 > Generic 64-bit. : > /usr/lib/sparcv9/values-Xa.o : > All of the above files are ELF 32-bit MSB relocatable SPARC Version 1 This file shouldn't be. I don't have Solaris 9 to play with but it's definitely 64-bit on Solaris 8. (The CCS one is probably just a symlink to this.) I don't see 64-bit Solaris 9 in the gcc-testresults archives but I can't imagine Sun have changed this. My gut reaction is that someone's been messing around with your install: maybe copying over the file themselves because it wasn't there when they tried? See what's in package SUNWarcx on your install media and/or try reinstalling it. Sorry that's not much use, Rup.