This is the mail archive of the gcc@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: Fwd: Suggestion for removing flex/bison as a dependancy


On Tue, 2007-11-27 at 00:25 +0530, Karthik Kumar wrote:

> I'm not saying we don't use flex/bison. I am only saying we can remove
> that as a build dependancy; Many people have to use specific versions
> of lex (flex) and yacc (bison) if they wish to compile gcc.

I agree with you: end users should not have to have these tools
installed in order to build GCC.  However, we expect that most end users
are building GCC *releases*, where we provide the generated files in the
release tarball.

If you check GCC out of the Subversion repository, you are now classed
as a developer and you are expected to have those tools installed.  I
don't think that is an unreasonable assumption.

Ben



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