From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTHdw-0006jH-L7 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:34:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTHdv-0007Iv-Pm for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:34:00 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:59142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTHdv-0007Il-HS for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:33:59 -0500 Received: by bkbzu5 with SMTP id zu5so2137956bkb.4 for ; Wed, 23 Nov 2011 10:33:58 -0800 (PST) Message-ID: <4ECD3C93.7010307@googlemail.com> Date: Wed, 23 Nov 2011 18:33:55 +0000 From: Mr Dash Four MIME-Version: 1.0 References: <4ECCEDFF.1000303@googlemail.com> <4ECD001E.7020707@googlemail.com> <4ECD103C.60406@redhat.com> <4ECD140C.7060102@googlemail.com> <4ECD34BD.4010803@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] cannot build qemu with "--static" configure option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , qemu-devel@nongnu.org >> You don't. Fedora does not package static libraries. Just 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... My thoughts exactly! Without having static qemu built I simply can't use it for the purpose I stated in my previous post. FYI Peter, I just tried to build qemu with only the -user targets - unsuccessfully - exactly the same error as before -lssl3 cannot be found.