From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MEqPc-0005q3-DT for mharc-grub-devel@gnu.org; Thu, 11 Jun 2009 15:58:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEqPa-0005nC-Cd for grub-devel@gnu.org; Thu, 11 Jun 2009 15:58:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEqPV-0005fd-Mb for grub-devel@gnu.org; Thu, 11 Jun 2009 15:58:10 -0400 Received: from [199.232.76.173] (port=60877 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEqPV-0005fR-Jo for grub-devel@gnu.org; Thu, 11 Jun 2009 15:58:05 -0400 Received: from mailout10.t-online.de ([194.25.134.21]:46163) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEqPV-0001ra-3S for grub-devel@gnu.org; Thu, 11 Jun 2009 15:58:05 -0400 Received: from fwd10.aul.t-online.de by mailout10.t-online.de with smtp id 1MEqPU-0003i9-01; Thu, 11 Jun 2009 21:58:04 +0200 Received: from [10.3.2.2] (SUQ2XZZCYh+9QCDogfg4IMv0NjYta6QNFzjcSfXZzA4GC90nreiCxsKQBiqHmMMwjr@[217.235.210.109]) by fwd10.aul.t-online.de with esmtp id 1MEqPO-1HFvyS0; Thu, 11 Jun 2009 21:57:58 +0200 Message-ID: <4A3161C6.3040405@t-online.de> Date: Thu, 11 Jun 2009 21:57:58 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: The development of GRUB 2 References: <4A315D61.8060705@t-online.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: SUQ2XZZCYh+9QCDogfg4IMv0NjYta6QNFzjcSfXZzA4GC90nreiCxsKQBiqHmMMwjr X-TOI-MSGID: 5ca5b1ee-d329-4bab-a805-f38ad1f75373 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [2290] 2009-06-10 Pavel Roskin 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: Thu, 11 Jun 2009 19:58:11 -0000 Vladimir 'phcoder' Serbinenko wrote: >> >> The link test in grub_PROG_TARGET_CC fails due to missing '__main' symbol >> from libgcc. According to gcc 4.3.2 man page, '-nostdlib' usually requires >> '-lgcc'. >> > Try compiling but not linking using -c option. If it works you can > commit it since we never do complete linking for target > Complete linking is not used during build but during configure. The following tests rely on it: grub_PROG_LD_BUILD_ID_NONE grub_CHECK_BSS_START_SYMBOL grub_CHECK_END_SYMBOL I would suggest to undo commit 2290 for now. -- Regards, Christian Franke