This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
libffi - the 10th Anniversary Release
- From: Anthony Green <green at redhat dot com>
- To: libffi-discuss at sourceware dot org
- Date: Tue, 29 Jan 2008 04:44:59 -0800
- Subject: libffi - the 10th Anniversary Release
We're coming up on the 10th anniversary of the last libffi release.
People are still using it, and gcc doesn't install it as a user library
-- so perhaps it's time to make another new release.
I've updated the libffi cvs sources with a recent snapshot from gcc. It
builds on x86 linux as a stand-alone library.
I'm just not exactly sure where to install the headers. Currently ffi.h
goes in /usr/include, and ffitarget.h goes in
/usr/lib/gcc/include/libffi/ffitarget.h. I'm thinking a stand-alone
host library should install all header in /usr/include. We just need to
make sure that they are multi-lib clean.
In any case, I'd appreciate it if people would like to try checking out
the latest from the libffi cvs repository and build/test it.
Thanks,
AG