qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Configure fails


From: Nigel Horne
Subject: Re: [Qemu-devel] Configure fails
Date: Sat, 11 Oct 2008 17:10:16 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

2008/10/11 Nigel Horne <address@hidden>:
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 <zlib.h>
int main(void) { zlibVersion(); return 0; }

address@hidden:~$ gcc-3.4 file.c -lz
address@hidden:~$ cat file.c
#include <zlib.h>
int main(void) { zlibVersion(); return 0; }
address@hidden:~$

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]