Hello,
I'd like to build qemu for Win32 on my Debian 64 box. The wiki page says: # Debian cross configuration for W32: configure --cross-prefix=i586-mingw32msvc- [--extra-cflags=-mthreads] http://wiki.qemu.org/Hosts/W32#Debian_based_cross_builds I did that, and got this: ./configure --cross-prefix=i586-mingw32msvc- --extra-cflags=-mthreads ERROR: zlib check failed Make sure to have the zlib libs and headers installed. I'm not sure why zlib check failed. I already had some zlib libs installed before: dpkg --get-selections | grep zlib zlib1g:amd64 install zlib1g-dbg install zlib1g-dev:amd64 install Could you tell me what I'm missing here? Thank you.
