This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Compilation of gcc 3.1
- From: "Rupert Wood" <me at rupey dot net>
- To: "'Jan Staschulat'" <jans at ida dot ing dot tu-bs dot de>
- Cc: <gcc-help at gnu dot org>
- Date: Fri, 17 May 2002 14:00:41 +0100
- Subject: RE: Compilation of gcc 3.1
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.