From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSx68-0005Ld-F4 for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:28:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSx63-0005G5-KX for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:28:40 -0500 Received: from [199.232.76.173] (port=36107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSx63-0005Fp-1J for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:28:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39134) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSx62-0004rv-Gj for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:28:34 -0500 Message-ID: <4B4627CD.3000608@redhat.com> Date: Thu, 07 Jan 2010 19:28:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1262875338-4104-1-git-send-email-pbonzini@redhat.com> <4B45FC75.205@mail.berlios.de> In-Reply-To: <4B45FC75.205@mail.berlios.de> 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: Stefan Weil Cc: qemu-devel@nongnu.org > 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. Paolo