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 ncoghlan
Recipients barry, christian.heimes, ncoghlan
Date 2011-05-27.06:31:39
SpamBayes Score 0.0025276004
Marked as misclassified No
Message-id <1306477901.19.0.823016401288.issue12194@psf.upfronthosting.co.za>
In-reply-to
Content
A complete build on Ubuntu currently requires fiddling with LDFLAGS before invoking configure (otherwise the build process fails to find the necessary pieces to build some modules):
http://www.technobits.net/articles/8919/christian-heimes-how-to-compile-python-on-ubuntu-1104/

It would be nice if this just worked from a fresh checkout when the appropriate dev packages have been installed.
History
Date User Action Args
2011-05-27 06:31:41ncoghlansetrecipients: + ncoghlan, barry, christian.heimes
2011-05-27 06:31:41ncoghlansetmessageid: <1306477901.19.0.823016401288.issue12194@psf.upfronthosting.co.za>
2011-05-27 06:31:40ncoghlanlinkissue12194 messages
2011-05-27 06:31:39ncoghlancreate