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 Arfrever
Recipients Arfrever, ahonkela, brian.curtin, christian.heimes, drkirkby, mdboom, tarek
Date 2010-03-10.19:26:46
SpamBayes Score 0.010517771
Marked as misclassified No
Message-id <1268249213.52.0.138389866475.issue1222585@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching my own patch, which has the following advantages:
- Determination of target language is performed per source file instead of per list of source files passed to CCompiler.compile().
- Proper determination of linker.
- Proper support for CXXFLAGS and other variables.
History
Date User Action Args
2010-03-10 19:26:54Arfreversetrecipients: + Arfrever, mdboom, christian.heimes, ahonkela, tarek, brian.curtin, drkirkby
2010-03-10 19:26:53Arfreversetmessageid: <1268249213.52.0.138389866475.issue1222585@psf.upfronthosting.co.za>
2010-03-10 19:26:50Arfreverlinkissue1222585 messages
2010-03-10 19:26:50Arfrevercreate