home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!hal.com!decwrl!bu.edu!nntp-read!mas
- From: mas@csa.bu.edu (Mark A. Semich)
- Newsgroups: comp.sys.next.programmer
- Subject: Trouble compiling gcc 2.2.2 on NS 3.0
- Message-ID: <MAS.92Aug20224402@csa.bu.edu>
- Date: 21 Aug 92 02:44:02 GMT
- Sender: news@bu.edu
- Organization: The Internet
- Lines: 60
-
-
- I finally got the sources to gcc 2.2.2, did a
- 'configure --target=next' and when I tried to make gcc, things
- compiled along fine until rtl.c where it bombed w/ the following
- errors:
-
- cc -c -g -I. -I. -I./config rtl.c
- rtl.c:192: illegal expression, found `__extension__'
- rtl.c:192: illegal expression, found `__extension__'
- rtl.c:192: illegal expression, found `int'
- rtl.c:192: illegal external declaration, found `)'
- rtl.c:192: illegal external declaration, found `if'
- rtl.c:192: illegal method selector, found `0'
- rtl.c:192: illegal method definition, missing `{' after `)'
- rtl.c:192: syntax error, found `->'
- rtl.c:192: illegal external declaration, missing `;' after `)'
- rtl.c:192: illegal method definition, found `->'
- rtl.c:192: illegal method definition, missing `{' after `)'
- rtl.c:192: illegal external declaration, missing `;' after `__o1'
- rtl.c:197: illegal external declaration, missing `;' after `unsigned'
- rtl.c:201: illegal external declaration, found `return'
- rtl.c:656: illegal expression, found `__extension__'
- rtl.c:656: illegal expression, found `int'
- rtl.c:656: illegal expression, found `)'
- rtl.c:660: illegal expression, found `else'
- rtl.c:663: illegal expression, found `__extension__'
- rtl.c:663: illegal expression, found `)'
- rtl.c:666: illegal expression, found `__extension__'
- rtl.c:666: illegal external declaration, found `)'
- rtl.c:667: illegal external declaration, missing `;' after `*'
- rtl.c:667: illegal external declaration, found `if'
- rtl.c:667: illegal method selector, found `0'
- rtl.c:667: illegal method definition, missing `{' after `)'
- rtl.c:667: syntax error, found `->'
- rtl.c:667: illegal external declaration, missing `;' after `)'
- rtl.c:667: illegal method definition, found `->'
- rtl.c:667: illegal method definition, missing `{' after `)'
- rtl.c:667: illegal external declaration, missing `;' after `__o1'
- rtl.c:689: illegal method selector, found `1'
- rtl.c:689: illegal method definition, missing `{' after `)'
- rtl.c:690: illegal function prototype, found `('
- rtl.c:690: illegal function definition, found `)'
- *** Exit 1
- Stop.
-
- Before I went in and tried to figure out what was wrong, I thought I'd
- ask if someone has already run across this... Am I missing something
- obvious?
-
-
- Thanks for any help...
-
- --
- ===========================================================================
- "Success taps softly on the back door in the middle of the night...
- Never rings the bell... Disaster comes through the living room picture
- window with headlights on and sirens blaring!"
- -- - - - - - - - - - - - - - - - - - --
- mark a. semich mas@csa.bu.edu
- ===========================================================================
-