From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5mHG-0005BZ-UA for qemu-devel@nongnu.org; Wed, 26 Jul 2006 12:30:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5mHG-0005Aa-DD for qemu-devel@nongnu.org; Wed, 26 Jul 2006 12:30:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5mHG-0005AK-9Y for qemu-devel@nongnu.org; Wed, 26 Jul 2006 12:30:30 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G5mIp-0005nu-Jn for qemu-devel@nongnu.org; Wed, 26 Jul 2006 12:32:07 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G5mGk-0008KF-VB for qemu-devel@nongnu.org; Wed, 26 Jul 2006 18:29:59 +0200 Received: from cpe-70-116-9-243.austin.res.rr.com ([70.116.9.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jul 2006 18:29:58 +0200 Received: from anthony by cpe-70-116-9-243.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jul 2006 18:29:58 +0200 From: Anthony Liguori Date: Wed, 26 Jul 2006 11:29:29 -0500 Message-ID: References: <44C67BF5.2020702@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [PATCH][RFC] configure changes to support cross compiling with mingw32 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, 25 Jul 2006 15:15:49 -0500, Anthony Liguori wrote: > @@ -448,15 +472,10 @@ sdl_too_old=no > > if test -z "$sdl" ; then > > -sdl_config="sdl-config" > +sdl_config="${cross-prefix}sdl-config" That should obviously be cross_prefix :-) Cross compiling SDL seems to be pretty darn nasty and the binary they provide assumes i386- After changing the sdl-config to report the right info, things seem to work for me though. Regards, Anthony Liguori