From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGlrl-000779-Ia for qemu-devel@nongnu.org; Thu, 22 Apr 2004 17:36:17 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGlrA-0006tC-8f for qemu-devel@nongnu.org; Thu, 22 Apr 2004 17:36:11 -0400 Received: from [193.252.22.26] (helo=mwinf0503.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGlr9-0006sl-Qq for qemu-devel@nongnu.org; Thu, 22 Apr 2004 17:35:39 -0400 Message-ID: <40883B26.3030406@bellard.org> Date: Thu, 22 Apr 2004 23:37:42 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Configuration script broken References: <200404220933.13570.jm@poure.com> In-Reply-To: <200404220933.13570.jm@poure.com> Content-Type: text/plain; charset=us-ascii; format=flowed 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: jm@poure.com, qemu-devel@nongnu.org Jean-Michel POURE wrote: > Hello, > > In the latest CVS, the configuration script does not study SDL dependencies. > As a result, Qemu-fast cannot be compiled. Also, make clean does not work. Can you give more information ? I explicitely disabled qemu-fast build with SDL if SDL cannot be used with static linking. Fabrice.