This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs/gcc and solaris x86 V2.6
- To: "Dickson, Ross" <ross dot dickson at intel dot com>
- Subject: Re: egcs/gcc and solaris x86 V2.6
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 16 Jul 1998 00:17:50 -0600
- cc: "'egcs at cygnus dot com'" <egcs at cygnus dot com>
- Reply-To: law at cygnus dot com
In message <B38DE02578EBD111AC4200A0C95D19EE341A0D@orsmsx30.jf.intel.com>you write:
> make CC="cc" libdir=/usr/local/lib LANGUAGES="c"
> ./xgcc -b./ -DIN_GCC -g -I./include -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I. -c
> ../../egcs-1.0.3a/gcc/enquire.c
> ../../egcs-1.0.3a/gcc/enquire.c:354: missing white space after number `1'
> ../../egcs-1.0.3a/gcc/enquire.c:354: unterminated `#if' conditional
> *** Error code 1
>
> when I tried compiling gcc 2.6.0 from the CD shipped with "UNIX System
> Administration Handbook" by Nemeth et.al. I got a similar error, the last
> line was the same but I don't remember seeing the "missing white space"
> error. When I attempted to compile gcc 2.8.1 from ftp.gnu.org configure said
> "no acceptable cc found in $PATH", the workshop compiler was in the path as
> /usr/ucb/cc.
Sounds like something has a bogus definition of __STDC__.