From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiJVx-0002W2-Hf for qemu-devel@nongnu.org; Tue, 14 Jun 2005 18:04:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiJVn-0002Qr-IP for qemu-devel@nongnu.org; Tue, 14 Jun 2005 18:04:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiJVn-0002Qo-ED for qemu-devel@nongnu.org; Tue, 14 Jun 2005 18:03:59 -0400 Received: from [80.202.4.58] (helo=osl1smout1.broadpark.no) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiJRs-0002Y8-NA for qemu-devel@nongnu.org; Tue, 14 Jun 2005 17:59:56 -0400 Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0II300KCHH1Y7S20@osl1smout1.broadpark.no> for qemu-devel@nongnu.org; Tue, 14 Jun 2005 23:58:46 +0200 (CEST) Received: from [10.0.0.5] ([80.202.16.196]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0II3007VFH7LC2T0@osl1sminn1.broadpark.no> for qemu-devel@nongnu.org; Wed, 15 Jun 2005 00:02:09 +0200 (CEST) Date: Tue, 14 Jun 2005 23:59:13 +0200 From: Helge Hafting Subject: Re: [Qemu-devel] Linking cvs failure on amd64 - solved, but doesn't work. In-reply-to: <200506142130.05615.paul@codesourcery.com> Message-id: <42AF5331.9030303@broadpark.no> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <42AF3BE6.7040703@broadpark.no> <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: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: >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 > > Thanks, that fixed it! Helge Hafting