Re: cbrt() broken in AIX

From: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>
To: André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cbrt() broken in AIX
Date: 2009-03-05 00:02:14
Message-ID: ae46fee10903041602x8d41379w5d724c9208c7396f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2009/3/4 André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)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:

postgres(at)db01 $ id
uid=204(postgres) gid=1(staff)
postgres(at)db01 $ export CC="gcc"
postgres(at)db01 $ export CFLAGS="-maix64"
postgres(at)db01 $ export LDFLAGS="-Wl,-bbigtoc"
postgres(at)db01 $ export OBJECT_MODE=64
postgres(at)db01 $ export AR="ar -X64"
postgres(at)db01 $ ./configure --enable-integer-datetimes
--prefix=/srv/postgresql/8.3.6
....
postgres(at)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: guedes(at)guedesoft(dot)net - skype: guediz
http://guedesoft.net - http://planeta.postgresql.org.br

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Koichi Suzuki 2009-03-05 00:33:04 Re: V4 of PITR performance improvement for 8.4
Previous Message A.M. 2009-03-04 23:20:58 Re: Prepping to break every past release...