home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!stanford.edu!agate!spool.mu.edu!sdd.hp.com!nigel.msen.com!emory!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!compuserve.COM!71035.3272
- From: 71035.3272@compuserve.COM (Oleg Jakubowicz)
- Subject: Need Help Install GCC.1.40 ESIX UNIX PC
- Message-ID: <921109062029_71035.3272_CHJ45-1@CompuServe.COM>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 9 Nov 1992 06:20:29 GMT
- Lines: 28
-
- Could someone please give me some advice on installing GNU GCC version
- 1.40 (got it off CD ROM, takes too long to get most recent version
- off of e-mail), on my 80486 PC running ESIX UNIX (currently version
- 3.2.D but soon to be upgraded to version 4).
- I believe I've run configure correctly (sh config.gcc i386-esix)
- but when I try to execute the makefile I run into the following error.
- I believe its trying to compile one of the LISP files which uses a
- double semi-colon for comments? and is crapping out on the comment
- notation? Help.
-
- rm -f stamp-gnulib2
- rm -f tmpgnulib gnulib; \
- for name in _eprintf _builtin_new _builtin_New _builtin_del _bb _umulsi3 _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _lshlsi3 _ashrsi3 _ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _cmpdf2 _fixunsdfsi _fixdfsi _floatsidf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _cmpsf2 _mulsf3 _divsf3; \
- do \
- echo ${name}; \
- rm -f ${name}.c; \
- cp ./gnulib.c ${name}.c; \
- cc -I. -I. -I./config -c -DL${name} ${name}.c; \
- ar qc tmpgnulib ${name}.o; \
- rm -f ${name}.[co]; \
- done
- _eprintf
- "./config/i386.md", line 1 : syntax error
- "./config/i386.md", line 2 : syntax error
- "./config/i386.md", line 2 : cannot recover from earlier errors : goodbye!
- *** Error code 1
-
-
-