From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6lhK-0003ro-Tx for qemu-devel@nongnu.org; Wed, 20 May 2009 09:19:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6lhG-0003qc-8F for qemu-devel@nongnu.org; Wed, 20 May 2009 09:19:06 -0400 Received: from [199.232.76.173] (port=49133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6lhG-0003qZ-32 for qemu-devel@nongnu.org; Wed, 20 May 2009 09:19:02 -0400 Received: from yx-out-1718.google.com ([74.125.44.155]:38424) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6lhF-0008Dn-Nn for qemu-devel@nongnu.org; Wed, 20 May 2009 09:19:01 -0400 Received: by yx-out-1718.google.com with SMTP id 6so229356yxn.82 for ; Wed, 20 May 2009 06:19:00 -0700 (PDT) Message-ID: <4A140341.6030601@codemonkey.ws> Date: Wed, 20 May 2009 08:18:57 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Mac: your linker does not support --whole-archive or -z References: <4A130FAC.3050705@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "C.W. Betts" Cc: qemu-devel@nongnu.org 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?