This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bhochste
Recipients
Date 2007-06-08.13:56:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The zlib configure has a different set of options than the root configure. For instance on the main configure if you want to use shared objects you use the parameter:

--enable-shared

but for zlib you have to use:

--shared

This is similar to all the options you can use within the zlib configure.
History
Date User Action Args
2007-08-23 14:54:47adminlinkissue1733513 messages
2007-08-23 14:54:47admincreate