qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Configure fails


From: andrzej zaborowski
Subject: Re: [Qemu-devel] Configure fails
Date: Sat, 11 Oct 2008 14:05:40 +0200

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; }

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




reply via email to

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