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 jestone
Recipients
Date 2005-09-29.19:42:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=48806

The distutils patch you provided definitely cures the build
problems I encountered when using the  -xc99=%none compiler
flag, so that at least gives one way to build.  Your patch
plus these options built fine (skipped C++ thus far)
  setenv CC "cc -xc99=%none -xarch=native64"
  ./configure --without-cxx
I'll attach the pyconfig.h etc for this combination and I
can send you the same info without those flags if you like.
History
Date User Action Args
2007-08-23 14:34:52adminlinkissue1306253 messages
2007-08-23 14:34:52admincreate