From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTHYV-0004oV-Ri for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:28:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTHYV-0005bv-1N for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:28:23 -0500 Received: from mail-qw0-f45.google.com ([209.85.216.45]:47910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTHYU-0005bm-RH for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:28:22 -0500 Received: by qabg14 with SMTP id g14so4743228qab.4 for ; Wed, 23 Nov 2011 10:28:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4ECD34BD.4010803@redhat.com> References: <4ECCEDFF.1000303@googlemail.com> <4ECD001E.7020707@googlemail.com> <4ECD103C.60406@redhat.com> <4ECD140C.7060102@googlemail.com> <4ECD34BD.4010803@redhat.com> Date: Wed, 23 Nov 2011 18:28:22 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] cannot build qemu with "--static" configure option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Mr Dash Four , qemu-devel@nongnu.org On 23 November 2011 18:00, Paolo Bonzini wrote: > You don't. =C2=A0Fedora does not package static libraries. =C2=A0Just don= 't use the > option on Linux, it makes (a little) sense only on Windows to get a > monolithic, redistributable qemu.exe. It's also important for building linux-user targets so you can put them in chroots. Luckily linux-user doesn't link against quite so much of the world as the whole-system qemu binary... -- PMM