From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BD5av-0000cZ-J8 for qemu-devel@nongnu.org; Mon, 12 Apr 2004 13:51:41 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BD5au-0000cK-BK for qemu-devel@nongnu.org; Mon, 12 Apr 2004 13:51:40 -0400 Received: from [212.11.36.58] (helo=www2.translationforge.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BD5at-0000bu-PD for qemu-devel@nongnu.org; Mon, 12 Apr 2004 13:51:40 -0400 From: Jean-Michel POURE Subject: Re: [Qemu-devel] compiling qemu 0.5.3 Date: Mon, 12 Apr 2004 20:48:32 +0200 References: <1081784748.8634.5.camel@ryan.lan> In-Reply-To: <1081784748.8634.5.camel@ryan.lan> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <200404122051.41707.jm@poure.com> Reply-To: jm@poure.com, 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 Cc: Ryan Freeman Le lundi 12 Avril 2004 17:45, Ryan Freeman a =C3=A9crit : > i've been relentlessly trying to compile the latest version of qemu and > i keep having the same problem. The latest SDL libs are broken. If you only need the PC emulator, try like explained in the FAQ http://fabrice.bellard.free.fr/qemu/faq.html: =2E/configure --target-list=3Di386-softmmu Alternatively, if you need all Qemu binaries, you can run ./configure and add "-lgpm" in the sdl-config --static-libs line of your config-host.mak file. Cheers, Jean-Michel