From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTH7b-0004cY-7D for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTH7a-000739-1C for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:00:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTH7Z-00072z-QB for qemu-devel@nongnu.org; Wed, 23 Nov 2011 13:00:33 -0500 Message-ID: <4ECD34BD.4010803@redhat.com> Date: Wed, 23 Nov 2011 19:00:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4ECCEDFF.1000303@googlemail.com> <4ECD001E.7020707@googlemail.com> <4ECD103C.60406@redhat.com> <4ECD140C.7060102@googlemail.com> In-Reply-To: <4ECD140C.7060102@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Mr Dash Four Cc: qemu-devel@nongnu.org On 11/23/2011 04:41 PM, Mr Dash Four wrote: >> > Hmm, this opens a huge Pandora's box for me - in my own distribution > (Fedora) the "nss" package (which I have installed) provides > /usr/lib64/libssl3.so, but not libssl3.a. "nss-devel" (which I also have > installed) provides all the relevant /include files (headers and the > like), but there is no libssl3.a there either! There is no package > called "nss-devel-static" distributed by Fedora and the only ".a" files > produced by compiling the nss source are libcrmf.a libnssb.a and > libnssckfw.a - no libssl3.a at all. So, where do I get this? 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. Paolo