From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKNEp-000190-Jt for qemu-devel@nongnu.org; Sat, 09 Apr 2005 17:11:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKNEM-000120-UI for qemu-devel@nongnu.org; Sat, 09 Apr 2005 17:11:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKNEI-0000pg-IA for qemu-devel@nongnu.org; Sat, 09 Apr 2005 17:10:58 -0400 Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DKNSp-0000n6-9A for qemu-devel@nongnu.org; Sat, 09 Apr 2005 17:25:59 -0400 Received: by wproxy.gmail.com with SMTP id 40so872260wri for ; Sat, 09 Apr 2005 14:24:46 -0700 (PDT) Message-ID: Date: Sat, 9 Apr 2005 23:24:44 +0200 From: Magnus Damm Subject: Re: [Qemu-devel] keyboard probelm with qemu In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Reply-To: Magnus Damm , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi again, On 4/10/05, Michael Hoeller wrote: > I have downloaded the latest version from the cvs and tried to compile it= . > Already configure does not like me... Can someone please help me? What is > the problem configure is compailning about? >=20 > michael@tamboti:~/tmp/qemu> ./configure > /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld= : >=20 > cannotfind -lslang ^^^^^^^^^^^^^^^^^^^^ You need to install the development package of the slang library to make this message go away. And if you are only interested in the pc system emulator you can pass --target-list=3Di386-softmmu to configure to reduce the compile time. Hope this helps! / magnus