Re: [PHP-DEV] Bug #298: Missing symbols after make clean From: Rasmus Lerdorf (rasmus <email protected>)
Date: 04/21/98

> It does not run bison on the first make, as there is already
> an up-to-date "language-parser.tab.c" in the source directory.
> I'm guessing that there's an option missing from the bison
> invocation or else there's some kind of version problem. Bison --version
> gives this:
>
> GNU Bison version 1.24

Yes, you need Bison version 1.25. Get it from
ftp://prep.ai.mit.edu/pub/gnu

-Rasmus