libffi on solaris x86?

Anthony Green green@cygnus.com
Tue Dec 14 05:57:00 GMT 1999


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


More information about the Java mailing list