On Mon, Oct 12, 2009 at 4:49 PM, abhishek desai <abhi00@gmail.com> wrote: > Is ffi closure necessay for libgcj compilation ? Can we compile libgcj > without the ffi closure support ? Closure support is required for the interpreter. You can configure with --disable-interpreter to build libgcj without using closures. Bryce