GCC, Unix PC, Help

Steven J. Husting s1h at sppy00.UUCP
Thu May 25 12:29:20 AEST 1989


I am attempting to get gnu gcc version 1.28 running on a Unix PC (2mb). I was
quite excited when I saw all the "3b1" files, thinking "Oh, boy, this should
be not too awful."  Well, when I set the config.h and all the other files,
and finally run the make, I get the following output:

	mkdir libtemp
*** Error code 2 (ignored)
	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

Any help/hints/ideas as to what is happening would be appreciated.  I tried
making various parts of the system, always getting the same error.

-- 
Steven Husting		uucp: killer!osu-cis!sppy00!s1h 
OCLC   mc 465		bitnet: slh at oclcrsun
6565 Frantz Rd.
Dublin, OH 43017	We Await Silent Tristero's Empire



More information about the Comp.sys.att mailing list