This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libffi on solaris x86?
- To: bryce at albatross dot co dot nz
- Subject: Re: libffi on solaris x86?
- From: Anthony Green <green at cygnus dot com>
- Date: Tue, 14 Dec 1999 05:57:26 -0800
- CC: java-discuss at sourceware dot cygnus dot com
- References: <3855F2B4.1C0FBEAC@albatross.co.nz>
Bryce wrote:
> and now libffi seems to build okay on its own, but the top-level libgcj
> script never seems to configure libffi? As a result I get a missing
> ffi.h error from the interpreter code.
The top level configure.in needs to be changed. Remove target-libffi
from this line:
i[3456]86-*-solaris2*)
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
;;
Also remember that this isn't an autoconf style configure.in. You
don't have to do anything else other than edit this file.
Let me know how it works...
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California