On the subject of yacc...
Trying to compile PostgreSQL latest-CVS on SuSE 6.4 produces the following
error (was talked about on the list this past week, IIRC):
make[3]: Entering directory `/tmp/pgsql/src/backend/parser'
yacc -d gram.y
yacc: f - maximum table size exceeded
make[3]: *** [parse.h] Error 2
root@server1:/tmp/pgsql > rpm -q -a | grep 'yacc'
yacc-91.7.30-167
Just a FYI on another distrib that might cause "problems" ...
--
Dominic J. Eidson
"Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/
Dominic J. Eidson writes:
Trying to compile PostgreSQL latest-CVS on SuSE 6.4 produces the following
error (was talked about on the list this past week, IIRC):make[3]: Entering directory `/tmp/pgsql/src/backend/parser'
yacc -d gram.y
yacc: f - maximum table size exceeded
make[3]: *** [parse.h] Error 2
You need to install bison or get your yacc to increase its table size.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/