Re: PostgreSQL 7.2 with AIX 4.3.3 - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: PostgreSQL 7.2 with AIX 4.3.3
Date
Msg-id 200211130223.gAD2Npj12419@candle.pha.pa.us
Whole thread Raw
In response to PostgreSQL 7.2 with AIX 4.3.3  ("Tony Kamin" <tkamin@dsigb.com>)
List 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
version3.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@postgresql.org)
>

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

pgsql-ports by date:

Previous
From: "Tony Kamin"
Date:
Subject: PostgreSQL 7.2 with AIX 4.3.3
Next
From: tonykamin@yahoo.com (Tony Kamin)
Date:
Subject: Problem compiling PostgreSQL 7.2 on AIX 4.3.3