From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf6vL-0005cg-5E for qemu-devel@nongnu.org; Thu, 14 Jun 2012 06:05:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf6vF-0005tC-0O for qemu-devel@nongnu.org; Thu, 14 Jun 2012 06:05:06 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:59412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf6vE-0005rz-OB for qemu-devel@nongnu.org; Thu, 14 Jun 2012 06:05:00 -0400 Received: by eekd41 with SMTP id d41so646874eek.4 for ; Thu, 14 Jun 2012 03:04:57 -0700 (PDT) Message-ID: <4FD9B707.4080708@gmail.com> Date: Thu, 14 Jun 2012 12:03:51 +0200 From: Davide Ferraretto MIME-Version: 1.0 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??