This repository was archived by the owner on Jun 1, 2023. It is now read-only.
libffi-windows binaries
cross-compiled libffi-3.2.2dev for w32 and w64
compiled via ../configure CC=i386-mingw32-gcc CXX=i386-mingw32-c++ CPP=i386-mingw32-cpp --host=i386-pc-mingw32
and ../configure CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CPP=x86_64-w64-mingw32-cpp --host=x86_64-w64-mingw32
$ tar tfz libffi-3.2.2dev-mingw32.tar.gz
bin/libffi-7.dll
include/ffi.h
include/ffitarget.h
lib/libffi.a
lib/libffi.dll.a
lib/libffi.la
lib/pkgconfig/libffi.pc
share/info/dir
share/info/libffi.info
share/man/man3/ffi.3
share/man/man3/ffi_call.3
share/man/man3/ffi_prep_cif.3
share/man/man3/ffi_prep_cif_var.3
Usage:
- copy it into
win32\
(cd win32; tar xfz ..\libffi-3.2.2dev-mingwNN.tar.gz)
- and optionally
- also the
bin\libffi-7.dll
into the perl srcdir or the path, - and the
lib\libffi.dll.a
into INST_CORELIB (c:\cperl\lib\CORE
)
- also the
- add
USE_FFI=define
to the make cmdline. Seeappveyor.yml
andt/appveyor-smoke.bat