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

Aki report at bugs.python.org
Fri Jan 9 22:41:46 CET 2009


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

Hello Martin,

Thank you for your prompt response.
I recompiled the source with --save-temps.
I examined the assembler source and found that it was complaining about '~'!

movl ((((10 + 3) & ~3) + 4) + 4)(%eax), %edx
                   ^ this one

The source was compiled and assembled through 'gcc'.
But I don't see gas in my machine so that I assumed it was assembled by
as (Sun's assembler) and as seems not supporting '~'.

I will try several things, such as installing gas to my machine.
I will update when I have something to report.

Thank you!
Aki-

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


More information about the Python-bugs-list mailing list