[gnu.gcc] Making GCC

ric@ace.sri.com (Richard Steinberger) (10/09/90)

In the process of trying to make g++ on our Alliant, I discovered that the
GCC that we use was still at version 1.35.  I thought it would be best
to update this to 1.37.1 before proceeding, and I retrieved that version
from prep.ai.mit.edu.  However, the GCC version 1.37.1 is itself giving me
some problems.  This is an extract (the result of typing 'make')
of the what is going on:

for name in _adddi3 _subdi3 _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2  _anddi3 _iordi3 _xordi3 _lshrdi3 _lshldi3 _ashldi3 _ashrdi3 _one_cmpldi2   _bdiv _cmpdi2 _ucmpdi2 _fixunsdfdi _fixdfdi _floatdidf _varargs;  do  echo ${name};  ./gcc -B./ -fstrength-reduce -O -I. -I. -I./config  -c -DL${name} ./gnulib2.c -o ${name}.o;  ar rc gnulib ${name}.o;  rm -f ${name}.o;  done
_adddi3
_subdi3
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_anddi3
_iordi3
_xordi3
_lshrdi3
_lshldi3
_ashldi3
_ashrdi3
_one_cmpldi2
_bdiv
./gcc: Program cc1 got fatal signal 4.
*** Exit 1

Stop.

-------------------------------------------------------------------------------

I have not modified the supplied makefile, i.e., I have accepted all
the defaults.  Can anyone shed some light on what's going on and how
I can fix it?  Thanks to all who reply.

regards,

	ric steinberger
	ric@ace.sri.com