This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
libffi on solaris x86?
- To: java-discuss at sourceware dot cygnus dot com
- Subject: libffi on solaris x86?
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 14 Dec 1999 20:33:08 +1300
Is there any chance of this working?
I added the following line to libffi's configure.in
i*86-pc-solaris*) TARGET=X86; TARGETDIR=x86;;
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.
regards
[ bryce ]