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 1AuKb8-0004B7-JC for qemu-devel@nongnu.org; Fri, 20 Feb 2004 19:02:22 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AuKaK-0002Ta-PC for qemu-devel@nongnu.org; Fri, 20 Feb 2004 19:02:04 -0500 Received: from [24.21.209.245] (helo=pdx.silverbeach.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AuKaB-0002Lz-62 for qemu-devel@nongnu.org; Fri, 20 Feb 2004 19:01:23 -0500 From: Kyle Hayes Subject: Re: [Qemu-devel] build problems Date: Fri, 20 Feb 2004 16:01:24 -0800 References: <200402201535.17125.kyle@silverbeach.net> In-Reply-To: <200402201535.17125.kyle@silverbeach.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402201601.24580.kyle@silverbeach.net> Reply-To: kyle@silverbeach.net, qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kyle@silverbeach.net, qemu-devel@nongnu.org On Friday 20 February 2004 15:35, Kyle Hayes wrote: > I'm using QEMU from Savannah CVS checked out about ten minutes ago. > I still have a couple of problems building it. I cannot tell if > this is QEMU or something on my system. > > I can build everything but static targets on my x86 Gentoo machine > (gcc 3.3). I don't have a version of libasound that is static. > How do I tell ./configure to turn off SDL support? I don't want or > need it I think. I certainly do not need sound support. Hmm, never mind. I found the --disable-sdl flag for ./configure. However, I think what I really want to do is disable just sound. I may have to build alsa-lib as a static library. Ugh. Best, Kyle