The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time.
This package is known to build and work properly using an LFS-7.4 platform.
Download (FTP): ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz
Download MD5 sum: 45f3b6dbc9ee7c7dfbbbc5feba571529
Download size: 828 KB
Estimated disk space required: 6.2 MB
Estimated build time: 0.1 SBU
DejaGnu-1.5.1 (required to run the testsuite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libffi
Install libffi by running the following commands:
patch -Np1 -i ../libffi-3.0.13-includedir-1.patch && ./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-08-17 21:37:04 -0700