qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* QEMU build error with --disable-qcow1
@ 2020-08-28 16:34 Thomas Huth
  2020-08-28 17:27 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2020-08-28 16:34 UTC (permalink / raw)
  To: Qemu-block, QEMU Developers
  Cc: Paolo Bonzini, Denis Plotnikov, Marc-André Lureau, Max Reitz


 Hi,

if I run "configure" with --disable-qcow1, I currently get a build error:

Linking target qemu-nbd
libblock.fa(block_qcow2-threads.c.o): In function `qcow2_zlib_compress':
/tmp/qemu-test/../../home/thuth/devel/qemu/block/qcow2-threads.c:101:
undefined reference to `deflateInit2_'
/tmp/qemu-test/../../home/thuth/devel/qemu/block/qcow2-threads.c:116:
undefined reference to `deflate'
/tmp/qemu-test/../../home/thuth/devel/qemu/block/qcow2-threads.c:123:
undefined reference to `deflateEnd'
libblock.fa(block_qcow2-threads.c.o): In function `qcow2_zlib_decompress':
/tmp/qemu-test/../../home/thuth/devel/qemu/block/qcow2-threads.c:152:
undefined reference to `inflateInit2_'
/tmp/qemu-test/../../home/thuth/devel/qemu/block/qcow2-threads.c:157:
undefined reference to `inflate'
/tmp/qemu-test/../../home/thuth/devel/qemu/block/qcow2-threads.c:169:
undefined reference to `inflateEnd'
etc.

Not sure whether this is due to the recent conversion to meson, or a
recent change to that file ... anybody got a clue what's going on here?

 Thomas



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-28 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-28 16:34 QEMU build error with --disable-qcow1 Thomas Huth
2020-08-28 17:27 ` Paolo Bonzini

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).