This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Error trying to compile libgcj-snapshot-1999-11-10 on HP
- To: "'David Scott Urban" <urban at ast dot lmco dot com>
- Subject: Re: Error trying to compile libgcj-snapshot-1999-11-10 on HP
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 18 Nov 1999 12:18:00 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <199911181954.MAA22666@spica.ast.lmco.com>
>>>>> "David" == 'David Scott Urban <urban@ast.lmco.com> writes:
David> --enable-interpreter --enable-libgcj-debug --enable-java-gc=boehm
David> During configuration, a meesage is displayed saying libffi is
David> not supported for this platform.
ffi support is needed for the interpreter. Reconfigure without
--enable-interpreter.
Tom