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.

classification
Title: Fix LDFLAGS on Ubuntu 11.04+
Type: behavior Stage: needs patch
Components: Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Building Python on multiarch Debian and Ubuntu
View: 11715
Assigned To: Nosy List: barry, christian.heimes, ncoghlan
Priority: normal Keywords:

Created on 2011-05-27 06:31 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg137027 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2011-05-27 06:31
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
2022-04-11 14:57:17adminsetgithub: 56403
2011-05-27 14:51:50barrysetstatus: open -> closed
resolution: duplicate
superseder: Building Python on multiarch Debian and Ubuntu
2011-05-27 06:31:40ncoghlancreate