> So.. it seems as though I need to get it to point to the 64 bit
> version (or compile the zlib that comes with Python source).  I'm not
> sure how to override that.

The easiest solution would be to invoke the linker line manually,
and replace -lz with the absolute path to the right library.

Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to