This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs 1.1.1 build on Irix 6.5



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]