From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiIEo-0004rv-O7 for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:42:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiIEg-0004oR-OP for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:42:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiIEg-0004l4-7c for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:42:14 -0400 Received: from [65.74.133.9] (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 1DiI4K-0005LE-FP for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:31:32 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Linking cvs failure on amd64 - solved, but doesn't work. Date: Tue, 14 Jun 2005 21:30:05 +0100 References: <42AF3BE6.7040703@broadpark.no> In-Reply-To: <42AF3BE6.7040703@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506142130.05615.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: Helge Hafting On Tuesday 14 June 2005 21:19, Helge Hafting wrote: > I avoided the error message by configuring only i386 emulation, > which is what I believe I need: > > ./configure --target-list=i386-softmmu > > Unfortunately, nothing happens when I run this qemu. > I don't get a window at all, so it won't even start booting up > with bios messages. Nothing happens, although qemu uses 100% cpu. You need the SDL development headers and libraries installed. Make sure that configure says "SDL Support yes", then do a clean build. qemu is working, it just isn't displaying any graphical output. Paul