From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JF8Bv-0003jt-EW for qemu-devel@nongnu.org; Wed, 16 Jan 2008 08:20:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JF8Bu-0003jB-RC for qemu-devel@nongnu.org; Wed, 16 Jan 2008 08:20:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JF8Bu-0003ix-Lj for qemu-devel@nongnu.org; Wed, 16 Jan 2008 08:20:26 -0500 Received: from mtagate6.de.ibm.com ([195.212.29.155]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JF8Bu-000248-8U for qemu-devel@nongnu.org; Wed, 16 Jan 2008 08:20:26 -0500 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate6.de.ibm.com (8.13.8/8.13.8) with ESMTP id m0GDKOtN079630 for ; Wed, 16 Jan 2008 13:20:24 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m0GDKO502420772 for ; Wed, 16 Jan 2008 14:20:24 +0100 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m0GDKOlI024264 for ; Wed, 16 Jan 2008 14:20:24 +0100 Received: from [9.152.198.52] (dyn-9-152-198-52.boeblingen.de.ibm.com [9.152.198.52]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m0GDKNwv024258 for ; Wed, 16 Jan 2008 14:20:24 +0100 Message-ID: <478E0497.6060108@linux.vnet.ibm.com> Date: Wed, 16 Jan 2008 14:20:23 +0100 From: Christian Ehrhardt MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU static build References: <7f7951300801160220i6852c881of112cfd259d67476@mail.gmail.com> <7f7951300801160348h4d07d8et2984e6940ebef96c@mail.gmail.com> <478DF896.3040208@linux.vnet.ibm.com> <7f7951300801160459m734eff80n32d902a0e1608872@mail.gmail.com> In-Reply-To: <7f7951300801160459m734eff80n32d902a0e1608872@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 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 Salil Bijur wrote: > On Jan 16, 2008 5:59 PM, Christian Ehrhardt wrote: >> Salil Bijur wrote: >>> On Jan 16, 2008 4:48 PM, Mulyadi Santosa = wrote: >>>> Hi >>>> >>>> >>>> On Jan 16, 2008 5:20 PM, Salil Bijur wrote: >>>>> Hello, >>>>> >>>>> I've been trying to build QEMU statically by first configuring it >>>>> using the --static option. The compiling gives me the same linker >>>>> errors as mentioned here: >>>>> http://www.mail-archive.com/qemu-devel@nongnu.org/msg10721.html >>>>> >>>>> I know this has been asked before but it hasn't been followed up. A= ny >>>>> ideas on how to fix this? >>>> What do you want to do? to debug it? if yes, maybe you just want the >>>> unstripped binary? dig qemu-devel and qemu-forum.... or at least try >>>> the binary in target-i386..i believe it's unstripped. Can check it >>>> here, because my box use gcc 4.x >>>> >>> I'm trying to build qemu-system-arm so my configure command is >>> "./configure --target-list=3Darm-softmmu --static". I need a static >>> build to overcome dynamic library dependency issues. Doing a 'make' >>> with the above configure command breaks. I haven't found a solution o= n >>> the forums. >>> >>> Thanks, >>> Salil >> I sometimes use a static build for the same reasons on ppc. >> I did not have the same issue but I usually set LDFLAGS=3D"$LDFLAGS -p= thread" before doing configure&make. >> Maybe it's worth a try if this helps your linker to find the pthread f= unctions. >> >=20 > Thanks - I did 'export LDFLAGS=3D"$LDFLAGS -pthread"' before configure > and it compiles further. >=20 > 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? >=20 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. al= sa that is missing but not really needed. --=20 Gr=FCsse / regards,=20 Christian Ehrhardt IBM Linux Technology Center, Open Virtualization