2009/3/4 André Volpato <andre.volp...@ecomtecnologia.com.br>:
> I´m trying to install postgres 8.3.6 at AIX 5.3, and I got a declaration
> error that I presume its related to this [1] thread.
>
> Here´s some info:
> - Bladecenter IBM JS22 - PowerPC_POWER6 quad 4GHZ 64 bits
> - AIX 5.3.0
> - Postgresql 8.3.6
> - gcc version 4.2.0
> - GNU Make 3.80
> (...)

Here:

postg...@db01 $ id
uid=204(postgres) gid=1(staff)
postg...@db01 $ export CC="gcc"
postg...@db01 $ export CFLAGS="-maix64"
postg...@db01 $ export LDFLAGS="-Wl,-bbigtoc"
postg...@db01 $ export OBJECT_MODE=64
postg...@db01 $ export AR="ar -X64"
postg...@db01 $ ./configure --enable-integer-datetimes
--prefix=/srv/postgresql/8.3.6
....
postg...@db01 $ make
...
...

And all is done fine. Course, all above is for 64 bits compilling.

How you are trying that?

[]s
Dickson S. Guedes
-
mail/xmpp: gue...@guedesoft.net - skype: guediz
http://guedesoft.net - http://planeta.postgresql.org.br

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to