[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol "ffi_call_win32"

STINNER Victor report at bugs.python.org
Tue Sep 30 13:17:54 CEST 2014


STINNER Victor added the comment:

> I don't understand why a "win32" function would be needed on FreeBSD!?

I see the function defined in libffi, but I don't see it used in the ctypes module.

Note: the system libffi is not used, these buildbots compile the embedded version of libffi: "checking for --with-system-ffi... no" in configure logs.

----------

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


More information about the Python-bugs-list mailing list