Re: compiling version 7.2.2 on AIX 4.3.1 can't find F_OIDEQ

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ligia Pimentel" <pimentel_ligia(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: compiling version 7.2.2 on AIX 4.3.1 can't find F_OIDEQ
Date: 2002-09-27 03:24:19
Message-ID: 20499.1033097059@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Ligia Pimentel" <pimentel_ligia(at)hotmail(dot)com> writes:
> I downloaded the tar files for version 7.2.1 and the problem doesn't exist
> in that version....so I already installed postgres and i'm testing it. So
> far, so good.

It's hard to believe that there'd be any difference between 7.2.2 and
7.2.1 on this point.

> "Ligia Pimentel" <pimentel_ligia(at)hotmail(dot)com> wrote in message
> news:an07k4$2f7u$1(at)news(dot)hub(dot)org(dot)(dot)(dot)
>> Hi. I'm trying to install postgres 7.2.2 on AIX 4.3.1 (on a powerpc bull)
>> and I get this message on gmake:
>> gmake[4]: Entering directory
>> `/desa/postgres/postgresql-7.2.2/src/backend/access/heap'
> xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../../src/include -c -o
>> tuptoaste
>> r.o tuptoaster.c
>> 914 |
>> (RegProcedure) F_OIDEQ,
>>
>>
> ..................................................................a.......a
>> - 1506-045 (S) Undeclared identifier F_OIDEQ.
>> 997 |
>> (RegProcedure) F_OIDEQ,

I believe this is the first symptom that you get if the
src/backend/utils/Gen_fmgrtab.sh script fails to make a valid
"fmgroids.h" file. We've seen problems like that on systems
with no awk program installed, for example. Check the archives
for previous reports for more details.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jens Pilemand Ottesen 2002-09-27 08:25:51 restore db from files
Previous Message Ligia Pimentel 2002-09-27 00:34:07 Re: compiling version 7.2.2 on AIX 4.3.1 can't find F_OIDEQ