This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: compiling GCC 2.95.2
- To: "'Richard G. Ball'" <richard_ball at merck dot com>, gcc-bugs at gcc dot gnu dot org
- Subject: RE: compiling GCC 2.95.2
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Tue, 16 Jan 2001 23:03:19 -0000
It builds for me. Looks like g77 is being built with cc, which is a no-no.
Are you doing "make bootstrap"? If not, you need to RTFM.
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@riotinto.com
> -----Original Message-----
> From: Richard G. Ball [SMTP:richard_ball@merck.com]
> Sent: Wednesday, 17 January 2001 5:45
> To: gcc-bugs@gcc.gnu.org
> Subject: compiling GCC 2.95.2
>
> Compiling on SGI IRIX 6.5.10 using MIPSpro 7.2.1 compilers I get:
>
> gmake[2]: Entering directory
> `/usr/people/sysmgr/gnu/gcc-2.95.2/objdir/gcc/f'
> cc -c -DIN_GCC -g -W -Wall -I. -I.. -I../../../gcc/f
> -I../../../gcc/f/.. -I../../../gcc/f/../config
> -I../../../gcc/f/../../include ../../../gcc/f/bad.c
> cc ERROR parsing -W: bad syntax for option
> cc WARNING: phase key (-) is no longer supported
> cc ERROR parsing -W: bad phase for -W option
> cc WARNING: phase key (W) is no longer supported
> cc ERROR parsing -W: bad phase for -W option
> cc ERROR parsing -W: unknown flag
> gmake[2]: *** [bad.o] Error 2
> gmake[2]: Leaving directory
> `/usr/people/sysmgr/gnu/gcc-2.95.2/objdir/gcc/f'
> gmake[1]: *** [f771] Error 2
> gmake[1]: Leaving directory
> `/usr/people/sysmgr/gnu/gcc-2.95.2/objdir/gcc'
> gmake: *** [all-gcc] Error 2
>
>
> I don't know what the -W and -Wall flags are supposed to be doing so I am
> uncertain what the correct flags should be.
>
>
> Richard Ball