Ronald Oussoren <ronaldousso...@mac.com> added the comment:

richard: could you please elaborate on what you think is wrong?

readline doesn't get build because OSX' libedit isn't good enough
for the readline module in 2.6, this is fixed in 2.7.

On my machine the other ones do get build, although I had to move 
/Library/Frameworks/Python.framework to the side to avoid picking up 
bits from the already installed 32-bit tree to get the curses bits to 
build.

As Ned noted the compiler on 10.6 creates 64-bit binaries by default. 
You may have 32-bit OSS libraries on your machine that cause problems 
during a 64-bit build.  If you want a 32-bit build rather than 64-bit 
one you can build a universal binary using --enable-universal-sdk=/

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7184>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to