home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2568 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  34 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!cis.ohio-state.edu!compuserve.COM!71035.3272
  3. From: 71035.3272@compuserve.COM (Oleg Jakubowicz)
  4. Subject: GCC not compiling on ESIX PC
  5. Message-ID: <921121024157_71035.3272_CHJ84-1@CompuServe.COM>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Sat, 21 Nov 1992 02:41:57 GMT
  10. Lines: 22
  11.  
  12. I have been trying to install GCC version 1.40 on my IBM PC using ESIX 
  13. UNI, version 3.2.D.  I seem to be forming the configuration correctly but
  14. when I try to execute the MAKEFILE some things get compiled and then I get
  15. the following error message.  I think the LISP compiler (or interpreter)
  16. should have already operated on this file?  It seems the double semi-
  17. colon at the beginning of these lines in this file are not being
  18. undestood correctly? Can you give me a hint as to what's going on?
  19. do \
  20.       echo ${name}; \
  21.       rm -f ${name}.c; \
  22.       cp ./gnulib.c ${name}.c; \
  23.       cc  -I. -I. -I./config -c -DL${name} ${name}.c; \
  24.       ar qc tmpgnulib ${name}.o; \
  25.       rm -f ${name}.[co]; \
  26.     done
  27. _eprintf
  28. "./config/i386.md", line 1 : syntax error 
  29. "./config/i386.md", line 2 : syntax error 
  30. "./config/i386.md", line 2 : cannot recover from earlier errors : goodbye! 
  31. *** Error code 1
  32.  
  33.  
  34.