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 theller
Recipients
Date 2006-08-03.19:24:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

What I've found out, after some painful time on the
sourceforge compilefarm, is this:

Python svn trunk also fails to build _ctypes.so on the
solaris-x86 machine, but not on the sparc machines (both
have solaris 9, I believe).

ctypes from svn trunk *does* build also on the x86 machine,
with the system installed python2.3, also with python 2.5b2.

One difference that I found is that ctypes svn setup.py
passes '-impure-text' to the linker, while python svn (when
building the bundled ctypes) does not.
History
Date User Action Args
2007-08-23 14:41:41adminlinkissue1530448 messages
2007-08-23 14:41:41admincreate