From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9FmB-00013F-Pt for qemu-devel@nongnu.org; Wed, 27 May 2009 05:50:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9Fm7-0000zZ-T1 for qemu-devel@nongnu.org; Wed, 27 May 2009 05:50:23 -0400 Received: from [199.232.76.173] (port=36652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9Fm7-0000yv-Jn for qemu-devel@nongnu.org; Wed, 27 May 2009 05:50:19 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41515 helo=mx2.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9Fm7-0008DR-5W for qemu-devel@nongnu.org; Wed, 27 May 2009 05:50:19 -0400 Message-ID: <4A1D0CF5.6090804@suse.de> Date: Wed, 27 May 2009 11:50:45 +0200 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] Mac: your linker does not support --whole-archive or -z References: <4A130FAC.3050705@codemonkey.ws> <4A140341.6030601@codemonkey.ws> In-Reply-To: <4A140341.6030601@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "C.W. Betts" , qemu-devel@nongnu.org Anthony Liguori wrote: > C.W. Betts wrote: >>> >>> Does this patch help? Make sure to do configure and a full build. >> for some odd reason, it needs two -all_load in order to work. Like so: > > check_linker_flags needs to be smarter... But with -all_load, QEMU > compiles and things work as you'd expect? Can you verify that > qemu-img help output shows multiple supported formats? Looks good with -all_load. Alex