| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "John Huttley" <John(at)mwk(dot)co(dot)nz> |
| Cc: | "pgsql-general" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Can't Compile F_OIDEC |
| Date: | 2000-07-03 21:32:44 |
| Message-ID: | 24079.962659964@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"John Huttley" <John(at)mwk(dot)co(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= | 2000-07-03 21:51:46 | Re: [HACKERS] proposed improvements to PostgreSQL license |
| Previous Message | Peter Eisentraut | 2000-07-03 20:49:54 | Re: [HACKERS] proposed improvements to PostgreSQL license |