> We still haven't fully fleshed out how we are going to depend on zlib on > Windows, since the build rules are quite a bit different. (You are > supposed to compile against '-lzlib1' rather than '-lz', IIRC.) -lzdll if you follow the zlib install instructions for gcc/mingw. Renaming libzdll.a to libz.a solved that. -- Talden