From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTI5A-0000gc-FL for qemu-devel@nongnu.org; Wed, 23 Nov 2011 14:02:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTI59-0003ob-24 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 14:02:08 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:32953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTI58-0003oU-Rd for qemu-devel@nongnu.org; Wed, 23 Nov 2011 14:02:07 -0500 Received: by bkbzu5 with SMTP id zu5so2171512bkb.4 for ; Wed, 23 Nov 2011 11:02:05 -0800 (PST) Message-ID: <4ECD432A.4000008@googlemail.com> Date: Wed, 23 Nov 2011 19:02:02 +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> <4ECD3C93.7010307@googlemail.com> <4ECD3E9D.4090001@googlemail.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 > Sonuds like a good plan. Nope, same error as before: /usr/bin/ld: cannot find -lssl3 collect2: ld returned 1 exit status The source was unpacked, I disabled all the patches in that .spec file, ran "rpmbuild -bp qemu.spec", then manually went to that directory (BUILD/qemu-1.0-rc3) and typed "./configure --target-list="x86_64-linux-user arm-linux-user armeb-linux-user" --disable-kvm --disable-strip --disable-xen --disable-spice --disable-werror --static", followed by "make V=1". I get exactly the same result if I just unpack the source and run ./configure & then make (not going through the rpmbuild source "preparation"), so something is definitely amiss!