Ok, I found the problem with the make bootstrap. I have to build a cross compiler then build the bootstrap from it, but when I do a make all I get this error. checking for /proc/self/exe... configure: error: Cannot check for file existence when cross compiling make: *** [configure-target-libjava] Error 1 Any Ideas? Jason "IceDown" Brooks Visit http://www.icedown.net for Sci-Fi web games like Blacknova Traders Starship Traders Quantum Star SE and Legend of the Green Dragon Contact me at Webmaster@xxxxxxxxxxx for web site and mud hosting options. -----Original Message----- From: gcc-help-owner@xxxxxxxxxxx [mailto:gcc-help-owner@xxxxxxxxxxx] On Behalf Of Jason Brooks Sent: Saturday, April 10, 2004 8:40 PM To: gcc-help@xxxxxxxxxxx Subject: Error building gcc-3.3 on Sun Ultra 1 I am trying to build gcc-3.3 on a Sun Ultra 1 running Debian 3.0 r2. I use ../gcc-3.3/configure --enable-languages=c,c++ --enable-__cxa_atexit --enable-shared --enable-threads=posix --program-suffix=-3.3 When I do a make bootstrap I get the following error. In file included from ../../gcc-3.3/gcc/gengenrtl.c:29: ../../gcc-3.3/gcc/real.h:67: error: size of array `test_real_width' is negative make[2]: *** [gengenrtl.o] Error 1 make[2]: Leaving directory `/usr/src/curgcc/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/usr/src/curgcc/gcc' make: *** [bootstrap] Error 2 Using gcc version falcon:/usr/src/curgcc# gcc -v Reading specs from /usr/lib/gcc-lib/sparc-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease) Any Ideas? Jason "IceDown" Brooks Visit http://www.icedown.net for Sci-Fi web games like Blacknova Traders Starship Traders Quantum Star SE and Legend of the Green Dragon Contact me at Webmaster@xxxxxxxxxxx for web site and mud hosting options.