This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
First time GCC builder, trying 4.7
- From: Patrick <patrick at spellingbeewinnars dot org>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 03 Feb 2012 14:12:55 -0500
- Subject: First time GCC builder, trying 4.7
Hi Everyone.
I have tried to follow along with all the instructions I can find but I
still screwed up my build. I am getting this error:
make[4]: Leaving directory
`/media/fast60/Programming/GCC/4.7/i686-pc-linux-gnu/libjava/classpath'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/media/fast60/Programming/GCC/4.7/i686-pc-linux-gnu/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/media/fast60/Programming/GCC/4.7/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/media/fast60/Programming/GCC/4.7'
make: *** [all] Error 2
My machine is 64 bits, have I downloaded the wrong package? I used this
command to download it:
svn checkout svn://gcc.gnu.org/svn/gcc/trunk SomeLocalDir
Is there another one to download a 64 bit version?
Could I get some tips on solving this?
Thanks for reading-Patrick