Hi Mauricio, It appears that you are running configure in a subdirectory of your expanded GCC 3.4.0 source. I believe that situation is not supported. Run configure -- and the location of all the intermediate files -- in a peer directory instead: mkdir build cd build ../gcc3.4.0/configure yada-yada-yada HTH, --Eljay