Sorry Bruce wrong button.
I had a similar problem, caused by not having enough memory in the machine I was
building on.
On 5/18/99 at 2:59 AM Bruce Momjian wrote:
>Either install bison, or do a touch on parser/gram.c and recompile.
>
>
>> 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
>>
>>
>
>
>--
> Bruce Momjian | http://www.op.net/~candle
> [EMAIL PROTECTED] | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Dennis Barnett
[EMAIL PROTECTED]