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 doko
Recipients
Date 2006-04-04.19:42:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
ctypes always uses the included libffi implementation
(which should be updated to current GCC HEAD). Pleae
add an option to build and link against a libffi, which
is installed on the system.

attached is a hack to just always build using the
installed libffi. I'm unsure how to find the correct
ffi implementation (maybe check for LIBFFI_H defined in
the ffi header?), and where to implement this check
(configure.ac --with-system-ffi=/usr?).
History
Date User Action Args
2007-08-23 14:39:07adminlinkissue1464444 messages
2007-08-23 14:39:07admincreate