From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT9Ni-0001FP-Os for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT9Nd-0001BF-EO for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:37 -0500 Received: from [199.232.76.173] (port=47162 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT9Nd-0001B6-6T for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13390) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NT9Nc-0000qW-M3 for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:32 -0500 Message-ID: <4B46DE61.2010601@redhat.com> Date: Fri, 08 Jan 2010 08:27:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1262875338-4104-1-git-send-email-pbonzini@redhat.com> <4B45FC75.205@mail.berlios.de> <4B4627CD.3000608@redhat.com> <4B463A24.7020206@codemonkey.ws> In-Reply-To: <4B463A24.7020206@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/3] Fixes for Linux->Win32 cross-compilation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 01/07/2010 08:46 PM, Anthony Liguori wrote: > 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.. Yes, that's why I'm trying to use pkg-config when cross compiling in patches 2/3 and 3/3. Paolo