home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5720 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  3.0 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!bu.edu!nntp-read!mas
  2. From: mas@csa.bu.edu (Mark A. Semich)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Trouble compiling gcc 2.2.2 on NS 3.0
  5. Message-ID: <MAS.92Aug20224402@csa.bu.edu>
  6. Date: 21 Aug 92 02:44:02 GMT
  7. Sender: news@bu.edu
  8. Organization: The Internet
  9. Lines: 60
  10.  
  11.  
  12. I finally got the sources to gcc 2.2.2, did a
  13. 'configure --target=next' and when I tried to make gcc, things
  14. compiled along fine until rtl.c where it bombed w/ the following
  15. errors:
  16.  
  17. cc -c    -g     -I. -I. -I./config rtl.c
  18. rtl.c:192: illegal expression, found `__extension__'
  19. rtl.c:192: illegal expression, found `__extension__'
  20. rtl.c:192: illegal expression, found `int'
  21. rtl.c:192: illegal external declaration, found `)'
  22. rtl.c:192: illegal external declaration, found `if'
  23. rtl.c:192: illegal method selector, found `0'
  24. rtl.c:192: illegal method definition, missing `{' after `)'
  25. rtl.c:192: syntax error, found `->'
  26. rtl.c:192: illegal external declaration, missing `;' after `)'
  27. rtl.c:192: illegal method definition, found `->'
  28. rtl.c:192: illegal method definition, missing `{' after `)'
  29. rtl.c:192: illegal external declaration, missing `;' after `__o1'
  30. rtl.c:197: illegal external declaration, missing `;' after `unsigned'
  31. rtl.c:201: illegal external declaration, found `return'
  32. rtl.c:656: illegal expression, found `__extension__'
  33. rtl.c:656: illegal expression, found `int'
  34. rtl.c:656: illegal expression, found `)'
  35. rtl.c:660: illegal expression, found `else'
  36. rtl.c:663: illegal expression, found `__extension__'
  37. rtl.c:663: illegal expression, found `)'
  38. rtl.c:666: illegal expression, found `__extension__'
  39. rtl.c:666: illegal external declaration, found `)'
  40. rtl.c:667: illegal external declaration, missing `;' after `*'
  41. rtl.c:667: illegal external declaration, found `if'
  42. rtl.c:667: illegal method selector, found `0'
  43. rtl.c:667: illegal method definition, missing `{' after `)'
  44. rtl.c:667: syntax error, found `->'
  45. rtl.c:667: illegal external declaration, missing `;' after `)'
  46. rtl.c:667: illegal method definition, found `->'
  47. rtl.c:667: illegal method definition, missing `{' after `)'
  48. rtl.c:667: illegal external declaration, missing `;' after `__o1'
  49. rtl.c:689: illegal method selector, found `1'
  50. rtl.c:689: illegal method definition, missing `{' after `)'
  51. rtl.c:690: illegal function prototype, found `('
  52. rtl.c:690: illegal function definition, found `)'
  53. *** Exit 1
  54. Stop.
  55.  
  56. Before I went in and tried to figure out what was wrong, I thought I'd
  57. ask if someone has already run across this...  Am I missing something
  58. obvious?
  59.  
  60.  
  61. Thanks for any help...
  62.  
  63. --
  64. ===========================================================================
  65.     "Success taps softly on the back door in the middle of the night...
  66.   Never rings the bell...  Disaster comes through the living room picture
  67.                window with headlights on and sirens blaring!"
  68. --   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   --
  69. mark a. semich                                               mas@csa.bu.edu
  70. ===========================================================================
  71.