This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libffi on solaris x86?



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]