This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: yacc Error when building GCC from source tar
- From: Brian Dessent <brian at dessent dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 14 Jul 2006 14:48:18 -0700
- Subject: Re: yacc Error when building GCC from source tar
- References: <BAY105-F389676F6F7D819EB55D75DC06F0@phx.gbl>
- Reply-to: gcc-help at gcc dot gnu dot org
sean yang wrote:
> When I build GCC on my Free-BSD box, I met the following error. My yacc is a
> berkeley yacc. Did someone meet this problem before? Can you give some
> suggestion about the error? Thanks,
You should install GNU bison and re-run configure.
You shouldn't need either yacc or bison though if you are building from
a tarball, unless something caused your timestamps to be incorrect. The
generated files should be included in the tarball.
Brian