http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58260
--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> --- (In reply to anand.karanam from comment #0) > checking for suffix of object files... configure: error: in > `/home/ekarana/ekarana_2013/GCC463_OSE5.6/Solaris_to_Linux/INSTALL/build-gcc/ > sparc-sun-solaris2.10-i686-pc-linux-gnu/i686-pc-linux-gnu/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > gmake[1]: *** [configure-target-libgcc] Error 1 > gmake[1]: Leaving directory > `/home/ekarana/ekarana_2013/GCC463_OSE5.6/Solaris_to_Linux/INSTALL/build-gcc/ > sparc-sun-solaris2.10-i686-pc-linux-gnu' > make: *** [all] Error 2 You need to look in that config.log file to see what the error was. There are several config.log files in the build tree, it should be in a `libgcc' sub-directory. I usually do 'find . -name config.log | xargs ls -tl | head' to find the most recent one (which will be the one with the final hard error).