hello all, My system is Debian(2.6.6). I have built the gcc/gcj 4.0 following http://gcc.gnu.org/java/build-snapshot.html, but when I compile a simple HelloWorld.java using gcj, the error below occur: bbskill@debian:~/Temp/java/gcj$ gcj --main=HelloWorld -o HelloWorld HelloWorld.java jc1: out of memory allocating 1342179075 bytes after a total of 270336 bytes How can I fix it ? Thanks with much appreciation !