From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eityi-0000LH-46 for qemu-devel@nongnu.org; Sun, 04 Dec 2005 08:32:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eityg-0000KO-4s for qemu-devel@nongnu.org; Sun, 04 Dec 2005 08:32:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eitwk-0007id-Nj for qemu-devel@nongnu.org; Sun, 04 Dec 2005 08:30:30 -0500 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Eitx4-00018q-Ol for qemu-devel@nongnu.org; Sun, 04 Dec 2005 08:30:51 -0500 From: Paul Brook Subject: Re: [Qemu-devel] cannot compile cvs verson from yesterday Date: Sun, 4 Dec 2005 13:30:17 +0000 References: <20051204094915.GA6427@halim.local> In-Reply-To: <20051204094915.GA6427@halim.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512041330.18463.paul@codesourcery.com> 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 Cc: Halim Sahin On Sunday 04 December 2005 09:49, Halim Sahin wrote: > Hi, > > I tried dto compile qemu on a debian sarge system (x86). > ./configure --enable-alsa --target-list=i386 You almost certainly want --target-list=i386-softmmu The non-softmmu target (aka qemu-fast) is unsupported. If you really want to use it you'll have to fix it first. Paul