HI,
sorry to bother you, but I went to this trouble for the third time. When
I try to compile PostgreSQL on i386-unknown-netbsd1.3.2, the compilation
always stops in dir '/usr/src/pgsql/src/backend/parser' saying:
gmake[2]: Entering directory `/usr/src/pgsql/src/backend/parser'
/usr/bin/yacc -d gram.y
/usr/bin/yacc: f - maximum table size exceeded
gmake[2]: *** [parse.h] Error 2
gmake[1]: *** [parser.dir] Error 2
gmake: *** [all] Error 2
gmake[2]: Leaving directory `/usr/src/pgsql/src/backend/parser'
gmake[1]: Leaving directory `/usr/src/pgsql/src/backend'
I tried to compile only in this directory also:
$ cd /usr/src/pgsql/src/backend/parser
$ gmake
but it's saying:
/usr/bin/yacc -d gram.y
/usr/bin/yacc: f - maximum table size exceeded
gmake: *** [parse.h] Error 2
If someone knows what to do, please help me.
Thanks
Roman Smutny