From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KobIp-0003hy-Ar for qemu-devel@nongnu.org; Sat, 11 Oct 2008 06:02:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KobIl-0003gm-NU for qemu-devel@nongnu.org; Sat, 11 Oct 2008 06:02:24 -0400 Received: from [199.232.76.173] (port=60716 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KobIk-0003gZ-QC for qemu-devel@nongnu.org; Sat, 11 Oct 2008 06:02:23 -0400 Received: from ptb-relay02.plus.net ([212.159.14.146]:50253) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KobIk-0004X2-FL for qemu-devel@nongnu.org; Sat, 11 Oct 2008 06:02:22 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1KobIV-0000uZ-Px for qemu-devel@nongnu.org; Sat, 11 Oct 2008 11:02:07 +0100 Received: from [192.168.1.15] ([192.168.1.15]) (authenticated bits=0) by bandsman.co.uk (8.14.2/8.14.1) with ESMTP id m9BA277s023076 for ; Sat, 11 Oct 2008 11:02:07 +0100 Message-ID: <48F0799F.2060406@bandsman.co.uk> Date: Sat, 11 Oct 2008 11:02:07 +0100 From: Nigel Horne MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Configure fails Reply-To: 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 The latest configure incorrectly tells me that I don't have zlib installed. I do: njh@packard:~/src/qemu/trunk$ ./configure WARNING: "gcc" looks like gcc 4.x Looking for gcc 3.x Found "gcc-3.4" Error: zlib check failed Make sure to have the zlib libs and headers installed. njh@packard:~/src/qemu/trunk$ dpkg -l | fgrep -i zlib ii libcompress-raw-zlib-perl 2.012-1 low-level interface to zlib compression libr ii libcompress-zlib-perl 2.012-1 Perl module for creation and manipulation of ii libio-compress-zlib-perl 2.012-1 Perl interface to zlib ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime ii zlib1g-dev 1:1.2.3.3.dfsg-12 compression library - development njh@packard:~/src/qemu/trunk$ This is a show stopper :-( -Nigel