Compilation of gcc 3.1
Rupert Wood
me@rupey.net
Fri May 17 06:00:00 GMT 2002
Jan Staschulat wrote:
> I downloaded with cvs GCC 3.1 and configured it for
:
> if false -o c-p$$.c c-parse.y; then \
You need to install bison (or some other yacc clone) to build CVS GCC.
Similarly, you won't get documentation built unless you've installed
texinfo 4.1+.
I think you also need flex if you're building CVS binutils but shouldn't
need it for a default CVS GCC build.
Rup.
More information about the Gcc-help
mailing list