From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf6z9-0006V1-Fq for qemu-devel@nongnu.org; Thu, 14 Jun 2012 06:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf6z7-0006zA-Kv for qemu-devel@nongnu.org; Thu, 14 Jun 2012 06:09:03 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:51050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf6z7-0006yv-CG for qemu-devel@nongnu.org; Thu, 14 Jun 2012 06:09:01 -0400 Received: by eaak12 with SMTP id k12so644895eaa.4 for ; Thu, 14 Jun 2012 03:08:59 -0700 (PDT) Message-ID: <4FD9B7F8.10708@gmail.com> Date: Thu, 14 Jun 2012 12:07:52 +0200 From: Davide Ferraretto MIME-Version: 1.0 References: <4FD9B707.4080708@gmail.com> In-Reply-To: <4FD9B707.4080708@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Compiling static List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I want compile qemu with --static: ./configure --static --target-list=i386-linux-user,arm-linux-user --python=/usr/bin/python2.7 --prefix=/install_qemu Qemu returns: /usr/bin/ld: cannot find -lssl3 /usr/bin/ld: cannot find -lsmime3 /usr/bin/ld: cannot find -lnss3 /usr/bin/ld: cannot find -lnssutil3 collect2: error: ld returned 1 exit status How resolve??