* [Qemu-devel] Configure fails
@ 2008-10-11 10:02 Nigel Horne
2008-10-11 12:05 ` andrzej zaborowski
0 siblings, 1 reply; 3+ messages in thread
From: Nigel Horne @ 2008-10-11 10:02 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Configure fails
2008-10-11 10:02 [Qemu-devel] Configure fails Nigel Horne
@ 2008-10-11 12:05 ` andrzej zaborowski
0 siblings, 0 replies; 3+ messages in thread
From: andrzej zaborowski @ 2008-10-11 12:05 UTC (permalink / raw)
To: qemu-devel
2008/10/11 Nigel Horne <njh@bandsman.co.uk>:
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Configure fails
[not found] <200810111604.m9BG4M7D009459@bandsman.co.uk>
@ 2008-10-11 16:10 ` Nigel Horne
0 siblings, 0 replies; 3+ messages in thread
From: Nigel Horne @ 2008-10-11 16:10 UTC (permalink / raw)
To: qemu-devel
> 2008/10/11 Nigel Horne <njh@bandsman.co.uk>:
>> 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; }
jh@packard:~$ gcc-3.4 file.c -lz
njh@packard:~$ cat file.c
#include <zlib.h>
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-11 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 10:02 [Qemu-devel] Configure fails Nigel Horne
2008-10-11 12:05 ` andrzej zaborowski
[not found] <200810111604.m9BG4M7D009459@bandsman.co.uk>
2008-10-11 16:10 ` Nigel Horne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).