This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-971201 build on SunOS 5.5.1
- To: Johann Petrak <johann at ai dot univie dot ac dot at>
- Subject: Re: egcs-971201 build on SunOS 5.5.1
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 05 Dec 1997 10:51:14 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <348561C4.96DBED54@ai.univie.ac.at>you write:
> I tried to build egcs-971201 on a SunOS 5.5.1,
> Generic sun4u sparc SUNW,Ultra-2 machine,
> using gnumake version 3.74 and gcc 2.7.2.1:
> cd objsolaris
> $EGCS/configure --prefix $pref
> gnumake bootstrap-lean
>
> [...]
> make[2]: Entering directory `/oberlaa/src/egcs-971201/OBJ-solaris/gcc'
> ./xgcc -B./ -DIN_GCC -DSVR4 -g -I./include -DNO_MEM
> -DNO_LONG_DOUBLE_IO -O0 -I. -c ../../gcc/enquire.c
> ../../gcc/enquire.c:497: parse error before `lab'
Can you cd into <objdir>/gcc and issue the ./xgcc ... command shown above
with the "-save-temps" option added to the end of the command line?
Send me (not the whole list) the resulting .i file.
Something is very wrong since as far as I know this platform should
work without any trouble.
Jeff