[issue5706] setuptools doesn't honor standard compiler variables

2009-04-13 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: You can submit an entry at http://bugs.python.org/setuptools. Although, what you mean by distutils does support the environment variables properly -- components: +Distutils -Installation versions: -Python 2.4, Python 2.5

[issue5706] setuptools doesn't honor standard compiler variables

2009-04-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- assignee: - tarek nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5706 ___ ___

[issue5706] setuptools doesn't honor standard compiler variables

2009-04-12 Thread Garrett Cooper
Garrett Cooper yaneg...@gmail.com added the comment: I did some quick inspection and it appears to be tied purely into setuptools, not distutils. distutils does support the environment variables properly. So I take this item and submit it to PEAK I suppose? Fun times . Thanks for the help.

[issue5706] setuptools doesn't honor standard compiler variables

2009-04-07 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Is this about setuptools, or distutils? setuptools-specific bugs do not go in this tracker. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5706

[issue5706] setuptools doesn't honor standard compiler variables

2009-04-05 Thread Garrett Cooper
New submission from Garrett Cooper yaneg...@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