home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!cis.ohio-state.edu!compuserve.COM!71035.3272
- From: 71035.3272@compuserve.COM (Oleg Jakubowicz)
- Subject: GCC not compiling on ESIX PC
- Message-ID: <921121024157_71035.3272_CHJ84-1@CompuServe.COM>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Sat, 21 Nov 1992 02:41:57 GMT
- Lines: 22
-
- I have been trying to install GCC version 1.40 on my IBM PC using ESIX
- UNI, version 3.2.D. I seem to be forming the configuration correctly but
- when I try to execute the MAKEFILE some things get compiled and then I get
- the following error message. I think the LISP compiler (or interpreter)
- should have already operated on this file? It seems the double semi-
- colon at the beginning of these lines in this file are not being
- undestood correctly? Can you give me a hint as to what's going on?
- 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
-
-
-