From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FW8kz-00044g-5i for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 05:13:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FW8kx-00043G-Fp for grub-devel@gnu.org; Wed, 19 Apr 2006 05:13:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FW8kw-00041t-DC for grub-devel@gnu.org; Wed, 19 Apr 2006 05:13:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FW8kw-00041i-9o for grub-devel@gnu.org; Wed, 19 Apr 2006 05:13:50 -0400 Received: from [194.109.24.36] (helo=smtp-vbr16.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FW8m0-00034l-ML for grub-devel@gnu.org; Wed, 19 Apr 2006 05:14:56 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr16.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3J9DiUV049709 for ; Wed, 19 Apr 2006 11:13:49 +0200 (CEST) (envelope-from mgerards@xs4all.nl) Mail-Copies-To: mgerards@xs4all.nl To: The development of GRUB 2 References: From: Marco Gerards Date: Wed, 19 Apr 2006 11:15:07 +0200 In-Reply-To: (Hollis Blanchard's message of "Tue, 18 Apr 2006 21:51:48 -0500") Message-ID: <87ejzudizo.fsf@xs4all.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: [ppc patch] fix biarch linking X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 09:13:51 -0000 Hollis Blanchard writes: Hi Hollis, > Could somebody please confirm that x86 still builds and works with > this patch? Thanks. While compiling on my x86-64: rm -f pre-_chain.o gcc -melf_i386 -m32 -Wl,-r,-d -o pre-_chain.o _chain_mod-loader_i386_pc_chainloader.o /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status make: *** [pre-_chain.o] Error 1 I haven't looked into this one yet, though. -- Marco