Starting with gcj - having problems

Jeff Sturm jsturm@sigma6.com
Sat Apr 1 00:00:00 GMT 2000


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


More information about the Java mailing list