From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Weiping He <laser(at)zhengmai(dot)com(dot)cn> |
Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: cvs version compile error on AIX 4.3.3 using xlc (long) |
Date: | 2003-07-14 20:05:57 |
Message-ID: | 13739.1058213157@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Weiping He <laser(at)zhengmai(dot)com(dot)cn> writes:
> just try to compile newly updated 7.4-devl version on a AIX 4.4.3 box,
> [ lots of problems ]
> make[3]: Entering directory
> `/home/postgres/pgsql-7.4/pgsql/src/backend/port'
> xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../src/include -c
> -o pg_shmem.o pg_shmem.c
> 310 | if ((hdr = (PGShmemHeader *) memAddress =
> PGSharedMemoryAttach(
> ...........................a....................................................
> a - 1506-025 (S) Operand must be a modifiable lvalue.
I've fixed this one, since I was in process of modifying that file
anyway. I think that there are proposed patches already to address the
AI_NUMERICHOST issue (Kurt?). The ecpg problems are Michael Meskes'
responsibility. Not sure whether we should remove #include "ldfcn.h"
from the AIX dynloader file as you suggest --- why was it put in there
to begin with?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-07-14 20:13:00 | Re: Bad permissions bug in 7.3 dump (and 7.4)? |
Previous Message | Tom Lane | 2003-07-14 18:34:57 | Re: [GENERAL] Backwards index scan |