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 ddvento@ucar.edu
Recipients ddvento@ucar.edu
Date 2013-02-08.17:13:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360343601.69.0.324623766198.issue17161@psf.upfronthosting.co.za>
In-reply-to
Content
This is for python 2.7.3 built with 

0) ./configure --enable-shared --with-system-expat

1) I need both static and shared object, however libpython2.7.a is not copied in the installation target lib. Is this on purpose, or am I missing a flag in configure?

2) In share/man/man1/ there are two issues:
2a) the manual is for 2.7.1 instead of 2.7.3
2b) the man command looks for a python.1 file, therefore one must issue:
ln -s python2.7.1 python.1
History
Date User Action Args
2013-02-08 17:13:21ddvento@ucar.edusetrecipients: + ddvento@ucar.edu
2013-02-08 17:13:21ddvento@ucar.edusetmessageid: <1360343601.69.0.324623766198.issue17161@psf.upfronthosting.co.za>
2013-02-08 17:13:21ddvento@ucar.edulinkissue17161 messages
2013-02-08 17:13:21ddvento@ucar.educreate