This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-971201 on alphaev56-dec-osf4.0b, compile problems in g77
- To: kkaempf at progis dot de (Klaus Kaempf)
- Subject: Re: egcs-971201 on alphaev56-dec-osf4.0b, compile problems in g77
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Fri, 05 Dec 1997 12:55:38 -0800
- cc: egcs at cygnus dot com
I tried to build (just with 'configure' and 'make') egcs-971201 on an
It tries to compile f/bad.c with DEC C but GNU C compiler options (-W -Wall)
which gave a 'syntax error' from DEC C.
This is mentioned in the FAQ, under Problems building the Fortran compiler.
Basically, you should have done a `make bootstrap' command instead of a `make'
command.
Jim