[issue5706] setuptools doesn't honor standard compiler variables

2009-04-13 Thread Tarek Ziadé
Tarek Ziadé 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 Garrett Cooper
Garrett Cooper 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. -- status:

[issue5706] setuptools doesn't honor standard compiler variables

2009-04-12 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> tarek nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue5706] setuptools doesn't honor standard compiler variables

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

[issue5706] setuptools doesn't honor standard compiler variables

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