From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KodE9-0000DL-MX for qemu-devel@nongnu.org; Sat, 11 Oct 2008 08:05:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KodE6-0000Cs-5p for qemu-devel@nongnu.org; Sat, 11 Oct 2008 08:05:45 -0400 Received: from [199.232.76.173] (port=50778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KodE6-0000Cp-1t for qemu-devel@nongnu.org; Sat, 11 Oct 2008 08:05:42 -0400 Received: from rv-out-0708.google.com ([209.85.198.244]:13218) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KodE5-0007Bj-UX for qemu-devel@nongnu.org; Sat, 11 Oct 2008 08:05:42 -0400 Received: by rv-out-0708.google.com with SMTP id f25so835517rvb.22 for ; Sat, 11 Oct 2008 05:05:40 -0700 (PDT) Message-ID: Date: Sat, 11 Oct 2008 14:05:40 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Configure fails In-Reply-To: <48F0799F.2060406@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48F0799F.2060406@bandsman.co.uk> 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 2008/10/11 Nigel Horne : > Error: zlib check failed > Make sure to have the zlib libs and headers installed. Could you check what error does gcc-3.4 file.c -lz give you for a file.c containing the lines #include int main(void) { zlibVersion(); return 0; } I can't see the reason this would fail and a system I checked with the same version packages as yours doesn't have this problem. Regards