Hi All, I'm getting the below error while compiling gcc 3.4.6 . I keep getting this segmentation fault on different lines of /bin/sh every time i try doing a make bootstrap. Thanks in advance for your help. make CC=" stage1/xgcc -Bstage1/ -B/usr/local/x86_64-unknown-linux-gnu/bin/" CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/usr/local/x86_64-unknown-linux-gnu/bin/" \ STAGE_PREFIX=stage1/ \ ADAFLAGS="" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-pedantic -Wno-long-long -Wold-style-definition " libdir=/usr/local/lib LANGUAGES="c gcov gcov-dump c++ f77 java objc" MAKEINFO="/apps/gooseflow/gcc-3.4.6/missing makeinfo --split-size=5000000" MAKEINFOFLAGS="--no-split" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@" \ CFLAGS="-g -O2" WERROR="" make[2]: Entering directory `/apps/gooseflow/gcc-3.4.6/gccobjdir/gcc' ./genmodes -h > tmp-modes.h /bin/sh: line 1: 4412 Segmentation fault ./genmodes -h >tmp-modes.h make[2]: *** [s-modes] Error 139 make[2]: Leaving directory `/apps/gooseflow/gcc-3.4.6/gccobjdir/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/apps/gooseflow/gcc-3.4.6/gccobjdir/gcc' make: *** [bootstrap] Error 2 -- View this message in context: http://www.nabble.com/Segmentation-fault-while-compiling-GCC-tp21202409p21202409.html Sent from the gcc - Help mailing list archive at Nabble.com.