Re: Can't Compile F_OIDEC - Mailing list pgsql-general

From Tom Lane
Subject Re: Can't Compile F_OIDEC
Date
Msg-id 24079.962659964@sss.pgh.pa.us
Whole thread Raw
In response to Can't Compile F_OIDEC  ("John Huttley" <John@mwk.co.nz>)
List pgsql-general
"John Huttley" <John@mwk.co.nz> writes:
> Then I tried to compile the SRPM.

> This fails with an Undefined symbol   F_OIDEC
> in istrat.c line 494.

F_OIDEQ, you mean?  Offhand it sounds like something is messed up in
your copy of the fmgr.h file, which is supposed to be generated at
build time by src/backend/utils/Gen_fmgrtab.sh.  First thing I'd try
is doing "make clean" before "make all".  If that doesn't help, you'll
have to dig to see why that script is failing to extract a correct
list of function OID symbols.

            regards, tom lane

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] proposed improvements to PostgreSQL license
Next
From: Tom Lane
Date:
Subject: Re: Parallel regression tests on HPUX