Bryce McKinlay wrote: > This should be a FAQ! >> mkdir build > cd build > ../configure --enable-threads=posix --enable-java-gc=boehm [...] I read once somewhere that the build directory should not be a subdirectory of the source tree. I've always used: mkdir ../libgcj-build cd ../libgcj-build ../libgcj/configure -- Jeff Sturm jsturm@sigma6.com