From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Diyz1-0004AE-SV for qemu-devel@nongnu.org; Thu, 16 Jun 2005 14:20:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Diyyv-000475-HQ for qemu-devel@nongnu.org; Thu, 16 Jun 2005 14:20:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Diyyv-00042u-Ep for qemu-devel@nongnu.org; Thu, 16 Jun 2005 14:20:49 -0400 Received: from [207.88.121.43] (helo=mail.realmsys.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Diyvc-0004gN-RM for qemu-devel@nongnu.org; Thu, 16 Jun 2005 14:17:25 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.realmsys.com (Postfix) with ESMTP id 25D6B2B44F for ; Thu, 16 Jun 2005 12:11:51 -0600 (MDT) Received: from mail.realmsys.com ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22410-07 for ; Thu, 16 Jun 2005 12:11:44 -0600 (MDT) Received: from cheese.inrealm.net (unknown [66.239.3.2]) by mail.realmsys.com (Postfix) with ESMTP id 76D482C680 for ; Thu, 16 Jun 2005 12:11:44 -0600 (MDT) Subject: Re: [Qemu-devel] re: Nothing happens From: Thayne Harbaugh In-Reply-To: <200506161736.12944.paul@codesourcery.com> References: <4e39348605061606123222d205@mail.gmail.com> <42B18CB1.3000502@secureit-mu.com> <200506161736.12944.paul@codesourcery.com> Content-Type: text/plain Date: Thu, 16 Jun 2005 12:15:22 -0600 Message-Id: <1118945722.3824.50.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 On Thu, 2005-06-16 at 17:36 +0100, Paul Brook wrote: > > I first just tried without the SDL-devel libs, but that was the same, > > and the above mentioned thread suggested that SDL may be a cause > > (although I suspect we may be talking of different problems). > > Did you actually do a clean build after installing sdl-devel? You need to > either delete your build directory or do "make clean" before rebuilding. > Otherwise qemu will reuse the old (output disabled) object files. Don't forget that configure needs to be re-run so that SDL can be re-detected.