971016 woes
Aaron Jackson
jackson@negril.msrce.howard.edu
Tue Oct 21 21:16:00 GMT 1997
The last two snapshots have been a down grade for me. This current snapshot
doesn't want to build on my alpha-dec-osf2.0 host. After typing './configure'
and 'make bootstrap-lean' the build dies during the first stage (see below).
Aaron Jackson jackson@msrce.howard.edu
./xgcc -B./ -DIN_GCC -g -I./include -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I.
-c ./enquire.c
if [ -f libgcc2.ready ] ; then true; else touch libgcc2.ready; fi
case " c " in *" "[cC]"++ "*) echo tinfo.o tinfo2.o new.o new1.o new2.o excep
tion.o > cplib2.new;; *) echo "" > cplib2.new;; esac
mv -f cplib2.new cplib2.txt
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3
_ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdi
sf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi
_fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp
_varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb
_shtab _clear_cache _trampoline __main _exit _ctors _eh _pure; do echo ${na
me}; ./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FL
OAT_NOT_NEEDED # Additional options to use when compiling libgcc2.a. -I. -I. -I
./config -c -DL${name} ./libgcc2.c -o ${name}.o; if [ $? -eq 0 ] ; then true;
else exit 1; fi; ar rc tmplibgcc2.a ${name}.o; rm -f ${name}.o; done
sh: syntax error at line 1: `end of file' unexpected
*** Exit 2
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
More information about the Gcc
mailing list