[issue4902] failed to build ctypes in Python2.6.1 (even with gcc)

Aki report at bugs.python.org
Fri Jan 9 23:14:37 CET 2009


Aki <akineko at users.sourceforge.net> added the comment:

I have installed GNU binutil package to my machine to use GNU as.
I re-run configure but configure somehow always found Sun as rather than
GNU as even I saw GNU as first from my csh environment.

I temporalily renamed Sun as so that configure was forced to use GNU as.
With such brute force trick, I finally managed to build Python 2.6.1 on
Solaris/x86.

It would be nice if ctypes module and configure handle this elegantly
and amicably, instaed of arguing that Sun as is too old-fashined. 

But I don't have any good idea to deal with this so I need to leave this
to Python developers.

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


More information about the Python-bugs-list mailing list