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 jackjansen
Recipients
Date 2005-11-08.22:51:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

One question: is step 4 a wise idea? Picking a random C++ compiler if 
multiple are available may result in picking a vendor C++ when the user 
has specified CC=gcc, for example.

OTOH, actually doing the configure magic to determine that the selected 
C++ works together with the c-compiler selected for Python may be 
overkill too.

Maybe try only standard combinations cc/c++ gcc/g++ and otherwise 
require --with{out}-cxx?
History
Date User Action Args
2007-08-23 15:44:11adminlinkissue1324762 messages
2007-08-23 15:44:11admincreate