From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dj2E5-0004rL-K4 for qemu-devel@nongnu.org; Thu, 16 Jun 2005 17:48:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dj2Dz-0004n0-0n for qemu-devel@nongnu.org; Thu, 16 Jun 2005 17:48:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj2Dy-0004mj-NR for qemu-devel@nongnu.org; Thu, 16 Jun 2005 17:48:34 -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 1Dj2Eq-0002QC-9X for qemu-devel@nongnu.org; Thu, 16 Jun 2005 17:49:28 -0400 From: Paul Brook Subject: Re: [Qemu-devel] re: Nothing happens Date: Thu, 16 Jun 2005 22:47:32 +0100 References: <4e39348605061606123222d205@mail.gmail.com> <42B18CB1.3000502@secureit-mu.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506162247.32514.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 > In your configure output I notice you didn't have static versions of the > SDL libraries available. This will limit the availability of the SDL > support somewhat. In most cases it doesn't make any difference. Static SDL is only needed if you're building qemu-fast or you're building everything as static libraries, neither of which are the default. Paul