From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFARl-0006CG-Uu for qemu-devel@nongnu.org; Wed, 16 Jan 2008 10:44:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFARk-0006BX-9r for qemu-devel@nongnu.org; Wed, 16 Jan 2008 10:44:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFARk-0006BU-4u for qemu-devel@nongnu.org; Wed, 16 Jan 2008 10:44:56 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFARj-0003Ds-UQ for qemu-devel@nongnu.org; Wed, 16 Jan 2008 10:44:56 -0500 Date: Wed, 16 Jan 2008 15:45:33 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] QEMU static build Message-ID: <20080116154532.GC9767@networkno.de> References: <7f7951300801160220i6852c881of112cfd259d67476@mail.gmail.com> <7f7951300801160348h4d07d8et2984e6940ebef96c@mail.gmail.com> <478DF896.3040208@linux.vnet.ibm.com> <7f7951300801160459m734eff80n32d902a0e1608872@mail.gmail.com> <478E0497.6060108@linux.vnet.ibm.com> <7f7951300801160528tb93dc64s3a1443bd09ba687f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f7951300801160528tb93dc64s3a1443bd09ba687f@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Salil Bijur Cc: qemu-devel@nongnu.org Salil Bijur wrote: [snip] > > > But there are further linker errors with respect to libasound (for > > > ALSA) and libSDL. This can be solved by adding -ldl, -lartsc, etc. for > > > every dependency of these libs but would be very tedious, especially > > > for libSDL. Any better solution? > > > > > > > The question is if you really need SDL for your environment - if not you can just add "--disable-sdl" and do the same with everything else e.g. alsa that is missing but not really needed. > > > > I do need both alsa and SDL. Currently I'm getting the libraries from > apt-get. Is it a good idea to rebuild them from sources? Why would you need SDL for userland emulation, I wonder? Thiemo