From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1526 invoked by alias); 3 Sep 2004 19:13:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1517 invoked from network); 3 Sep 2004 19:13:13 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org with SMTP; 3 Sep 2004 19:13:13 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.10/8.12.10) with ESMTP id i83JCrl3000441; Fri, 3 Sep 2004 15:12:53 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i83JDB714900; Fri, 3 Sep 2004 15:13:11 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i83JDBV01636; Fri, 3 Sep 2004 12:13:11 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i83JDBOo013151; Fri, 3 Sep 2004 12:13:11 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i83JDB6w013149; Fri, 3 Sep 2004 12:13:11 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 03 Sep 2004 19:13:00 -0000 From: Richard Henderson To: Edward Peschko Cc: bug-binutils@gnu.org, gcc@gcc.gnu.org Subject: Re: compilation bug on solaris with perl Message-ID: <20040903191311.GA13138@redhat.com> Mail-Followup-To: Richard Henderson , Edward Peschko , bug-binutils@gnu.org, gcc@gcc.gnu.org References: <20040903033234.GA9255@mdss03.comp.pge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040903033234.GA9255@mdss03.comp.pge.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg00151.txt.bz2 On Thu, Sep 02, 2004 at 08:32:34PM -0700, Edward Peschko wrote: > relocation error: R_SPARC_WDISP30: file lib/auto/File/Glob/Glob.so: > symbol _exit: value 0x6075ef31 does not fit at lib/XSLoader.pm line 68. You failed to compile with -fpic/-fPIC. r~