Problems compiling gcc-1.28
John Sasinowski
c60c-2av at web-2b.berkeley.edu
Thu Oct 13 10:40:14 AEST 1988
I have been trying to compile gcc-1.28 on my UnixPC with the AT&T
c compiler. I have been having some problems, and I was wondering if
anyone can help me.
First, the following output results from trying to make gnulib:
mkdir libtemp
cd libtemp; \
rm -f gnulib; \
for name in _eprintf _umulsi3 _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _lshlsi3 _ashrsi3 _ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _cmpdf2 _fixunsdfsi _fixunsdfdi _fixdfsi _fixdfdi _floatsidf _floatdidf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _cmpsf2 _mulsf3 _divsf3; \
do \
echo ${name}; \
rm -f ${name}.c; \
ln ../gnulib.c ${name}.c; \
cc -O -I.. -c -DL${name} ${name}.c; \
ar qc gnulib ${name}.o; \
done
_eprintf
Fatal error in /lib/cpp
*** Error code 8
All attempts to compile any of the other programs, such as genemit, results
in a large volume of error messages indicating too many #defines.
Any help would be greatly appreciated.
John Sasinowski
c60c-2av at web.berkeley.edu
More information about the Unix-pc.general
mailing list