From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSyKG-0007Mt-Vy for qemu-devel@nongnu.org; Thu, 07 Jan 2010 14:47:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSyKB-0007EK-Hp for qemu-devel@nongnu.org; Thu, 07 Jan 2010 14:47:19 -0500 Received: from [199.232.76.173] (port=43155 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSyKB-0007Dm-3E for qemu-devel@nongnu.org; Thu, 07 Jan 2010 14:47:15 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:39632) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSyKA-0002cW-NO for qemu-devel@nongnu.org; Thu, 07 Jan 2010 14:47:14 -0500 Received: by yxe26 with SMTP id 26so18006441yxe.4 for ; Thu, 07 Jan 2010 11:47:13 -0800 (PST) Message-ID: <4B463A24.7020206@codemonkey.ws> Date: Thu, 07 Jan 2010 13:46:44 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 0/3] Fixes for Linux->Win32 cross-compilation References: <1262875338-4104-1-git-send-email-pbonzini@redhat.com> <4B45FC75.205@mail.berlios.de> <4B4627CD.3000608@redhat.com> In-Reply-To: <4B4627CD.3000608@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 01/07/2010 12:28 PM, Paolo Bonzini wrote: > >> Cross compilation works without patches when PATH is modified so it >> finds the correct sdl-config > > True, but anything beyond "./configure --cross-prefix=cpu-vendor-os-" > (or --host for autoconf) is a bug in either your setup or your package > or both. Last I tried, sdl-config didn't actually install sdl-config with a cross prefix when cross compiled.. Regards, Anthony Liguori > Paolo > >