I've used postgres under various operating systems without any problems... But now I'm trying to get postgresql6.3.2 to compile under HPUX 10.20 using the HP compiler. I'm using ./configure --prefix=/opt/apps/pkgs/postgres --with-template=hpux-cc and I get the following problem /opt/local/links/bin/yacc -d gram.y "gram.y", line 4627: fatal error: too many production rules, try -Np option gmake[2]: *** [parse.h] Error 1 gmake[2]: Leaving directory `/a/tiberias/home1/reames/postgresql-6.3.2/src/backend/parser' I've tried adding -Np to the yacc line, but then I get another error, which I fix and so on and on. Any ideas anyone ?
