From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Koh2y-00037w-1d for qemu-devel@nongnu.org; Sat, 11 Oct 2008 12:10:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Koh2x-00037b-4N for qemu-devel@nongnu.org; Sat, 11 Oct 2008 12:10:27 -0400 Received: from [199.232.76.173] (port=38411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Koh2x-00037Y-0P for qemu-devel@nongnu.org; Sat, 11 Oct 2008 12:10:27 -0400 Received: from ptb-relay03.plus.net ([212.159.14.147]:47424) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Koh2w-0007av-RB for qemu-devel@nongnu.org; Sat, 11 Oct 2008 12:10:27 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by ptb-relay03.plus.net with esmtp (Exim) id 1Koh2p-0004Kc-UZ for qemu-devel@nongnu.org; Sat, 11 Oct 2008 17:10:20 +0100 Received: from philips.bandsman.co.uk ([192.168.1.8]) (authenticated bits=0) by bandsman.co.uk (8.14.2/8.14.1) with ESMTP id m9BGAGVP010023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 11 Oct 2008 17:10:19 +0100 Message-ID: <48F0CFE8.8060000@bandsman.co.uk> Date: Sat, 11 Oct 2008 17:10:16 +0100 From: Nigel Horne MIME-Version: 1.0 Subject: Re: [Qemu-devel] Configure fails References: <200810111604.m9BG4M7D009459@bandsman.co.uk> In-Reply-To: <200810111604.m9BG4M7D009459@bandsman.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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; } jh@packard:~$ gcc-3.4 file.c -lz njh@packard:~$ cat file.c #include int main(void) { zlibVersion(); return 0; } njh@packard:~$ > 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 -Nigel