From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTEgz-0006FI-Jg for qemu-devel@nongnu.org; Wed, 23 Nov 2011 10:25:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTEgp-0007vg-UH for qemu-devel@nongnu.org; Wed, 23 Nov 2011 10:24:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTEgp-0007vM-N6 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 10:24:47 -0500 Message-ID: <4ECD103C.60406@redhat.com> Date: Wed, 23 Nov 2011 16:24:44 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4ECCEDFF.1000303@googlemail.com> <4ECD001E.7020707@googlemail.com> In-Reply-To: <4ECD001E.7020707@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 03:15 PM, Mr Dash Four wrote: >>> It would indicate a missing libssl3, but the library, as far as I can >>> see, is there! When I try building this without the "--static" option >>> all is well - the build succeeds without any hitches. What could be the >>> problem with this, what am I missing? >> >> Perhaps you lack a static version of the library. > What do you mean by that? The *.la files? I wasn't aware that there are > any... I mean lib*.a files. They are needed if you specify static, by definition. Paolo