This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: egcs 1.1.1 build on Irix 6.5
- To: Kurt Carlson <kcarlson at arsc dot edu>
- Subject: Re: egcs 1.1.1 build on Irix 6.5
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Fri, 26 Feb 1999 01:37:24 -0700
- cc: egcs-bugs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <v03110701b2fbcdc95446@[137.229.12.6]>you write:
> Hello,
>
> I'm attempting to build egcs 1.1.1 under Irix 6.5 using the SGI
> supplied gcc, version 2.8.1. It is failing with:
>
> kcarlson@indigo41: gcc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I$SRC/gcc \
> > -I$SRC/gcc/config -c $SRC/gcc/c-parse.c 2>&1 | head -6
> c-parse.y: In function `yyparse':
> c-parse.y:279: invalid type argument of `->'
> c-parse.y:280: invalid type argument of `->'
> c-parse.y:284: invalid type argument of `->'
> c-parse.y:285: invalid type argument of `->'
> c-parse.y:289: invalid type argument of `->'
Hmmm, sounds like you configured with --enable-checking? You probably don't
want to do that unless you're actually going to work on the compiler. The
compiler will not self-build yet with that option enabled.
Though it shouldn't be spitting out syntax errors like that :(
jeff