Hi, Attached is a patch to create a sdk style directory when --enable-java-home is passed to configure. The patch is basically a merge of java-gcj-compat into libgcj. To have this work, at the minimum, pass the following to ./configure: --enable-java-home --with-arch-directory=(your arch). --with-arch-directory specifies what to use for the java-1.5.0-gcj-1.5.0.0/jre/lib/ directory (e.g. I use i386). I've only included the diff to configure.ac and Makefile.am since including the configure and Makefile.in makes the patch quite big, so be sure to autoconf && automake before trying this patch. I can upload the renerated files somewhere if it's absolutely needed, though. Josh