"Ligia Pimentel" <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> wrote in message
> an07k4$2f7u$[EMAIL PROTECTED]">news:an07k4$2f7u$[EMAIL PROTECTED]...
>> 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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to