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.

Author ngie
Recipients ngie
Date 2009-04-06.04:39:53
SpamBayes Score 0.00013539549
Marked as misclassified No
Message-id <1238992798.79.0.661202545175.issue5706@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-06 04:40:00ngiesetrecipients: + ngie
2009-04-06 04:39:58ngiesetmessageid: <1238992798.79.0.661202545175.issue5706@psf.upfronthosting.co.za>
2009-04-06 04:39:55ngielinkissue5706 messages
2009-04-06 04:39:54ngiecreate