[issue1633863] AIX: configure ignores $CC

Sébastien Sablé report at bugs.python.org
Mon Aug 30 14:11:09 CEST 2010


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

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.

----------
nosy: +sable

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1633863>
_______________________________________


More information about the Python-bugs-list mailing list