[issue12194] Fix LDFLAGS on Ubuntu 11.04+

Nick Coghlan report at bugs.python.org
Fri May 27 08:31:41 CEST 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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.

----------
messages: 137027
nosy: barry, christian.heimes, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Fix LDFLAGS on Ubuntu 11.04+
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12194>
_______________________________________


More information about the Python-bugs-list mailing list