Hi, On Sat, 23 Oct 2004 06:09:12 +0900, GGarramuno <ggarramuno / aol.com> wrote: > I just downloaded both ruby1.9 CVS and 1.8.2 CVS and I found out that, when > compiling on windows, zlib seems like it is not being compiled/installed > anymore. A directory under win32/ext/zlib is created but the Makefile created > is basically empty. > Is there any reason for this? You need the libraries and headers to compile de C Ruby libraries. On Windows it is a little bit more difficult to setup everything correctly to compile a complete Ruby. Are you sure you have everything needed? Cheers, Joao