[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gcc: Internal compiler error: program cc1 got fatal signal 6



Hey

When compiling ssh-1.2.17, I get this error:

[root@oloon:~/ssh-1.2.17]$ make
cd gmp-2.0.2-ssh-2; make
make[1]: Entering directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2'
for subdir in mpn mpz mpf mpq mpbsd demos; do           \
  target=`echo all-recursive | sed s/-recursive//; \
  echo making $target in $subdir;       \
  (cd $subdir && make $target)  \
   || case "-w" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in mpn
make[2]: Entering directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpn'
for subdir in tests; do         \
  target=`echo all-recursive | sed s/-recursive//; \
  echo making $target in $subdir;       \
  (cd $subdir && make $target)  \
   || case "-w" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in tests
make[3]: Entering directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpn/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpn/tests'
make[2]: Leaving directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpn'
making all in mpz
make[2]: Entering directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpz'
for subdir in tests; do         \
  target=`echo all-recursive | sed s/-recursive//; \
  echo making $target in $subdir;       \
  (cd $subdir && make $target)  \
   || case "-w" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in tests
make[3]: Entering directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpz/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpz/tests'
gcc -c -DSTDC_HEADERS=1 -DSIZEOF_INT=4 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..  -g -O  sqrt.c
gcc: Internal compiler error: program cc1 got fatal signal 6
make[2]: *** [sqrt.o] Error 1
make[2]: Leaving directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2/mpz'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /root/ssh-1.2.17/gmp-2.0.2-ssh-2'
make: *** [gmp-2.0.2-ssh-2/libgmp.a] Error 2


Anyone knows how to solve this problem?



// Remco van de Meent	
//   email: remco@cam053212.student.utwente.nl
//   www: http://cam053212.student.utwente.nl
//   " Never make any mistaeks. "


Reply to: