From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Jonathan Gardner <jgardner(at)jonathangardner(dot)net> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Error compiling PostgreSQL 7.4 for Fedora Core 1 |
Date: | 2003-12-07 08:48:16 |
Message-ID: | 20449.1070786896@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-bugs |
Jonathan Gardner <jgardner(at)jonathangardner(dot)net> writes:
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> - -Wmissing-declarations -I. -I../../../src/include -D_GNU_SOURCE -c -o
> bootstrap.o bootstrap.c
> bootstrap.c:118: error: `F_REGCLASSIN' undeclared here (not in a function)
Hmmm ... this is evidently a variant of ye olde "Gen_fmgrtab.sh script
failed" problem, though I do not understand why you're seeing it in
bootstrap.c when other complainants see effects much earlier in the
build process. The known reasons for Gen_fmgrtab.sh to fail include
lack of awk or sed on the platform. But I've never been entirely
convinced that we fully understand the risks here --- can you dig into
it and find out what's failing and why?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Sai Hertz And Control Systems | 2003-12-07 08:54:18 | Auto commit Off how will it effect us ? |
Previous Message | Jonathan Gardner | 2003-12-07 07:47:48 | Error compiling PostgreSQL 7.4 for Fedora Core 1 |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-12-07 10:23:23 | Re: Corrupted string length for bit(n) in information schema |
Previous Message | Jonathan Gardner | 2003-12-07 07:47:48 | Error compiling PostgreSQL 7.4 for Fedora Core 1 |