On Dec 14, 5:20 pm, "Martin v. Löwis" <mar...@v.loewis.de> wrote:
> > 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

Thanks for you help thus far, though I am still stuck.  I have tried a
number of things with no success.  Modifying the actual command that
builds the zlibmodule to link to other sources produces different
errors, such as "build/lib.linux-x86_64-2.5/zlib.so: undefined symbol:
inflateEnd".  Will update this thread if I find a solution.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to