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 sable
Recipients drj, jabt, nnorwitz, sable, smudd
Date 2010-08-30.12:11:02
SpamBayes Score 0.000860276
Marked as misclassified No
Message-id <1283170269.44.0.853715651999.issue1633863@psf.upfronthosting.co.za>
In-reply-to
Content
The workaround that I have been using is to call configure like this:

./configure --with-gcc=${CC}

(I usually define CC like this: export CC=xlc_r)

Python compiles fine on AIX 6.1 with that.
History
Date User Action Args
2010-08-30 12:11:09sablesetrecipients: + sable, nnorwitz, jabt, smudd, drj
2010-08-30 12:11:09sablesetmessageid: <1283170269.44.0.853715651999.issue1633863@psf.upfronthosting.co.za>
2010-08-30 12:11:03sablelinkissue1633863 messages
2010-08-30 12:11:02sablecreate