Hi,all. I use HP10.20,when successfuly finished ./configure wu-ftp-2.6.2, I make,but get following error message: ***************************** Make: Cannot load yacc. Stop.
Yacc is an LALR(1) parser generator.Yacc can accept any input specification that conforms to the AT&T Yacc documentation. It reads the grammar specification and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine in C (y.tab.c)
As mentioned yacc is a compiler generator. You set a series of rules (myfile.y) and yacc will produce a parser. There is also another piece called lex whose job is to identify symbols. You don't get these unless you purchase sort sort of developer's bundle. You can also install the freely available Gnu versions.