From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1525 invoked by alias); 7 Dec 2002 19:05:48 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 1518 invoked from network); 7 Dec 2002 19:05:47 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 7 Dec 2002 19:05:47 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 8B321800331; Sat, 7 Dec 2002 14:05:46 -0500 (EST) Received: from tooth.toronto.redhat.com (IDENT:kmG1Q1awpG6aNuVpEMQKOydSECvK1RbS@localhost [127.0.0.1]) by tooth.toronto.redhat.com (8.12.5/8.12.5) with ESMTP id gB7J5kjD032210; Sat, 7 Dec 2002 14:05:46 -0500 Received: (from fche@localhost) by tooth.toronto.redhat.com (8.12.5/8.12.5/Submit) id gB7J5kcK032193; Sat, 7 Dec 2002 14:05:46 -0500 Date: Sat, 07 Dec 2002 11:05:00 -0000 From: "Frank Ch. Eigler" To: bemis Cc: "sid@sources.redhat.com" , clp Subject: Re: relocation truncated to fit: GPREL32 *UND* Message-ID: <20021207190545.GA31718@redhat.com> References: <3DF22691.F7BADB1B@iol.unh.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DF22691.F7BADB1B@iol.unh.edu> User-Agent: Mutt/1.4i X-SW-Source: 2002-q4/txt/msg00041.txt.bz2 Hi - On Sat, Dec 07, 2002 at 11:49:21AM -0500, bemis wrote: > Sid will not compile on Alpha. On a intel SID compiles without a > problem. Is there something missing from the configuration of sid on > alpha. the machine code is trying to put 64 bits into 32 bits. > any suggestions on where to look for the problem would be appreciated > [...] I thought I answered this already. Actually, I did: http://sources.redhat.com/ml/sid/2002-q4/msg00033.html There might be some compiler or linker option to use for building alpha programs above some threshold of unusual size. I don't know what options your toolchain has: try "g++ --help -v" and see if anything looks promising. - FChE