Re: PostgreSQL 7.2 with AIX 4.3.3

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tony Kamin <tkamin(at)dsigb(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: PostgreSQL 7.2 with AIX 4.3.3
Date: 2002-11-13 02:23:51
Message-ID: 200211130223.gAD2Npj12419@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


Please try 7.3 beta. Thanks.

---------------------------------------------------------------------------

Tony Kamin wrote:
> I am unable to compile PostgreSQL 7.2 on an RS/6000, running AIX 4.3.3. I am using gcc version 3.2, and gmake version 3.79.1. I ran configure with the following options, according to FAQ_AIX:
>
> --with-CC=gcc --with-includes=/usr/local/include --with-libraries=/usr/local/lib
>
> I also tried to compile with the --with-template=aix, but it made no difference. Below is the tail of the output from gmake:
>
>
> pqcomm.c: In function `StreamConnection':
> pqcomm.c:398: warning: passing arg 3 of `naccept' from incompatible pointer type
>
> pqcomm.c:417: warning: passing arg 3 of `ngetsockname' from incompatible pointer
> type
> pqcomm.c:428: `TCP_NODELAY' undeclared (first use in this function)
> pqcomm.c:428: (Each undeclared identifier is reported only once
> pqcomm.c:428: for each function it appears in.)
> gmake[3]: *** [pqcomm.o] Error 1
> gmake[3]: Leaving directory `/usr/local/src/postgresql-7.2/src/backend/libpq'
> gmake[2]: *** [libpq-recursive] Error 2
> gmake[2]: Leaving directory `/usr/local/src/postgresql-7.2/src/backend'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/usr/local/src/postgresql-7.2/src'
> gmake: *** [all] Error 2
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Nigel J. Andrews 2002-11-13 12:28:59 Re: RC1?
Previous Message Tom Lane 2002-11-13 00:04:29 Re: RC1?