This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]