I'm trying to compile (or just find) 64-bit versions of the libgcj static libraries/archives: libgcj.a libgcj_bc.a libgcj-tools.a I found 32-bit versions here: http://download.berlin.freifunk.net/sven-ola/freenet/libgcj.90-i386-static.tgz Does anyone know where I can get the 64-bit versions of these libraries? If not, then can someone help me compile them? I tried using the follow flags for configure: ../gcc-4.6.3/configure -v --enable-languages=c++,java --prefix=/usr --program-suffix=-4.6 --enable-shared=libjava --disable-shared I get the following when I try running make: checking for x86_64-unknown-linux-gnu-gcc... /tmp/gcc-output/./gcc/xgcc -B/tmp/gcc-output/./gcc/ -B/usr/x86_64-unknown-linux-gnu/bin/ -B/usr/x86_64-unknown-linux-gnu/lib/ -isystem /usr/x86_64-unknown-linux-gnu/include -isystem /usr/x86_64-unknown-linux-gnu/sys-include checking for C compiler default output file name... configure: error: in `/tmp/gcc-output/x86_64-unknown-linux-gnu/libgomp': configure: error: C compiler cannot create executables See `config.log' for more details. make[2]: *** [configure-stage1-target-libgomp] Error 77 Can I compile these libraries without compiling the c, c++, and gcj compilers? Thanks... Bill-