[issue5706] setuptools doesn't honor standard compiler variables

Garrett Cooper report at bugs.python.org
Mon Apr 6 06:40:00 CEST 2009


New submission from Garrett Cooper <yanegomi at gmail.com>:

I realize that cross-compilation isn't supported yet, _but_ setuptools
needs to be modified such that standard compilation variables are
supported, e.g. CC, CFLAGS, CPPFLAGS, LD, LDFLAGS, LDLIBS.

The -i, -l, and -L flags with setup.py with build_ext provide a basic
level of support, but unfortunately it doesn't match what these
environment variables provide.

----------
components: Installation
messages: 85611
nosy: yaneurabeya
severity: normal
status: open
title: setuptools doesn't honor standard compiler variables
type: feature request
versions: Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list