python, zlib, and fedora 64bits

Tarek Ziadé ziade.tarek at gmail.com
Sat Jan 6 12:24:46 EST 2007


I am answering to myself, if it can help someone else.

zlib has to be recompiled with CFLAGS set to -fPIC.

So before launching ./configure do a:

export CFLAGS="-fPIC"

Python then will build properly zlib.so


Tarek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070106/0fedffb6/attachment.html>


More information about the Python-list mailing list