2013/12/9 Derrick Lin <klin938@xxxxxxxxx>: > Hi guys, > > My gcc 4.6.4 compilation (C only) gave me errors during testing. I am > not sure if it's a real show stopper or not as it's my first time > building GCC. Where should I start checking those errors? > > Below is the configure I used: > > ../gcc-4.6.4/configure --prefix=/home/pwbcad/opt/gcc-4.6.4 > --enable-bootstrap --enable-shared --enable-threads=posix > --enable-checking=release --with-system-zlib --enable-__cxa_atexit > --enable-gnu-unique-object --enable-languages=c > --with-ppl=/share/ClusterShare/software/centos6/ppl-0.11 > --with-cloog=/share/ClusterShare/software/centos6/cloog-0.16.2 > --enable-cloog-backend=isl --with-tune=generic --with-arch-32=i686 > --build=x86_64-redhat-linux > > Regards, > Derrick > > make[1]: Entering directory `/home/pwbcad/workspace/gcc-build' > make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/fixincludes' Hi, Derrick, You can start with gcc-build/gcc/testsuite/ directory, looking for gcc.log, g++.log, gcc.sum, and g++.sum, and then manually issue the command logged in gcc.log/g++.log to see if you can reproduce the FAIL situation. Best regards, jasonwucj