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 ronaldoussoren
Recipients barry, ned.deily, ronaldoussoren
Date 2009-09-22.06:04:14
SpamBayes Score 7.034403e-05
Marked as misclassified No
Message-id <1253599456.03.0.395380324043.issue6957@psf.upfronthosting.co.za>
In-reply-to
Content
It should be possible to tweak distutils to do the right thing for 
upcoming releases, distutils already contains some special code to allow 
building extensions for a univeral build on 10.3.9 (where the compiler 
doesn't support universal builds at all) and we could extend that for 
the compiler version on SL.

Implementation sketch:
* Record the compiler version during build (using configure)
* Store the compiler version as a variable in Makefile.pre.in
* Teach distutils to read that variable and adjust the compiler 
  path ($CC,$LD,...)

This bit would only be active on OSX.
History
Date User Action Args
2009-09-22 06:04:16ronaldoussorensetrecipients: + ronaldoussoren, barry, ned.deily
2009-09-22 06:04:16ronaldoussorensetmessageid: <1253599456.03.0.395380324043.issue6957@psf.upfronthosting.co.za>
2009-09-22 06:04:15ronaldoussorenlinkissue6957 messages
2009-09-22 06:04:14ronaldoussorencreate