From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSteG-0003xa-EQ for qemu-devel@nongnu.org; Thu, 07 Jan 2010 09:47:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSteB-0003u6-Qw for qemu-devel@nongnu.org; Thu, 07 Jan 2010 09:47:40 -0500 Received: from [199.232.76.173] (port=49401 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSteB-0003tu-JX for qemu-devel@nongnu.org; Thu, 07 Jan 2010 09:47:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4939) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSteB-0001Lw-4D for qemu-devel@nongnu.org; Thu, 07 Jan 2010 09:47:35 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o07EgKuY005190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Jan 2010 09:42:22 -0500 Received: from localhost.localdomain (vpn2-11-178.ams2.redhat.com [10.36.11.178]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o07EgIoS005391 for ; Thu, 7 Jan 2010 09:42:19 -0500 From: Paolo Bonzini Date: Thu, 7 Jan 2010 15:42:15 +0100 Message-Id: <1262875338-4104-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [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: qemu-devel@nongnu.org With this series I could test cross-compiled Win32 QEMU under Wine. The VNC server fails with "inet_parse: ipv4 parse error (0)", so I had to use SDL; but this patch series is needed to find SDL when cross compiling. Paolo Bonzini (3): use cross-prefix for pkg-config use pkg-config for sdl when cross compiling use pkg-config for libcurl when cross compiling configure | 52 +++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 37 insertions(+), 15 deletions(-)