From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21237 invoked by alias); 10 Jan 2011 11:51:41 -0000 Received: (qmail 21220 invoked by uid 22791); 10 Jan 2011 11:51:40 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ksp.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.26.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Jan 2011 11:51:34 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 4018) id CD387F08AC; Mon, 10 Jan 2011 12:51:31 +0100 (CET) Date: Mon, 10 Jan 2011 12:12:00 -0000 From: Jan Hubicka To: "fxcoudert at gcc dot gnu.org" Cc: gcc-bugs@gcc.gnu.org Subject: Re: [Bug lto/47225] [4.6.0 regression]: cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found" Message-ID: <20110110115131.GB27017@atrey.karlin.mff.cuni.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00877.txt.bz2 > I don't think it is. I am building a cross-compiler (with build = host = > x86_64-apple-darwin10.6.0, target = i586-pc-mingw32) from unpatched GCC > revision 168626, and it's failing with the same symptoms. When configuring > libgcc, I get: > > > checking for suffix of object files... configure: error: in > `/Users/fx/devel/mingw/ibin/i586-pc-mingw32/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > > > And the relevant part of config.log says: > > xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found > compilation terminated. Do you have any idea why liblto_plugin.so is not built this time? Is it the case where host is not able to build shared libraries we discussed with Ralph? Honza