"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:

| Are you building from the source tarball or from CVS?
| If from the source tarball, you don't need bison which is why it is just a 
warning.
| Otherwise this is a bug in the release process if bison is now required (and 
a regression).
| What is the current error you are getting building GCC?

The problem as I was able to reproduce on Peter's machine yesterday is
the following: gcc-core from release repository does not seem to
contain w pregenerated c-parse.c.  At build time, the build machiery
attempts to generate it from c-parse.in and was looking for bison
which Peter did not have. For some reasons the build did not stop for
clear and unambiguous reason, (and even sooner aat configure time).  

If we now require bison for gcc-core, then we should check that at
configure time and abort.

-- Gaby

Reply via email to