I am trying to build gcc 4.5.2. Everything seemed to go well after ./configure and make. However, there is no 'gcc' executable produced. configure says: "The following languages will be built: c,c++,fortran,java,objc". So I'm assuming it should be there? The g++ executable is produced and works fine. Here it the output of 'make': http://www.rpi.edu/~doriad/Upload/makelog.txt I tried grepping for "error" but there are zillions of them (which are supposed to be there) - any idea how to tell if something went wrong? Or other reasons why 'gcc' isn't produced? Thanks, David