------- Comment #6 from vijay dot x dot jain at jpmchase dot com 2009-09-08 14:24 ------- My configure options were simple as required.
/home/odyssey/f065093/gcc/gcc-4.3.2/configure --prefix=/home/odyssey/f065093/gccinstall --with-as=/3rdparty/fsf/binutils/2.18/bin/as --with-ld=/3rdparty/fsf/binutils/2.18/bin/ld --with-gnu-as --with-gnu-ld --disable-nls --enable-languages=c,c++ --with-gmp=/home/odyssey/f065093/gmp/gmp-4.3.1/install --with-mpfr=/home/odyssey/f065093/mpfr/mpfr-2.4.1/install LD=/3rdparty/fsf/binutils/2.18/bin/ld AR=/3rdparty/fsf/binutils/2.18/bin/ar NM=/3rdparty/fsf/binutils/2.18/bin/nm RANLIB=/3rdparty/fsf/binutils/2.18/bin/ranlib STRIP=/3rdparty/fsf/binutils/2.18/bin/strip OBJCOPY=/3rdparty/fsf/binutils/2.18/bin/objcopy OBJDUMP=/3rdparty/fsf/binutils/2.18/bin/objdump CC=gcc cc=gcc I delibrately gave the mapping from config.log thinking that the actual configure would give some clues to the error. When I searched for file conftest.c, I could not locate the file in srcdir and well as objdir. So I touched the file conftest.c and ran the command the which was giving the error /home/odyssey/f065093/gccobjdir/./gcc/xgcc -B/home/odyssey/f065093/gccobjdir/./gcc/ -B/home/odyssey/f065093/gccinstall/sparc-sun-solaris2.10/bin/ -B/home/odyssey/f065093/gccinstall/sparc-sun-solaris2.10/lib/ -isystem /home/odyssey/f065093/gccinstall/sparc-sun-solaris2.10/include -isystem /home/odyssey/f065093/gccinstall/sparc-sun-solaris2.10/sys-include -o conftest -g -fkeep-inline-functions conftest.c >&5 I could reproduce the problem conftest.c:1: internal compiler error: Segmentation Fault Please submit a full bug report, with preprocessed source if appropriate. Could you please find from you env where is the file conftest.c and how is that generated? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41304