On 08/03/2021 17:29, Phil Clayton wrote:
I note that the binaries using the compiled FFI still have a dependency on libffi.? Presumably configure.ac is yet to be updated to make the checks on libffi conditional.? (I rebuilt with libffi configuration removed from 'configure' as per the attached diff and there was no dependence on libffi, and the tests, at least on Linux, were still fine.)
Thanks for that. libffi is still needed in the interpreted version so I've pushed a change that only checks for libffi in that case.
Regards, David