Re: cbrt() broken in AIX - Mailing list pgsql-hackers

From André Volpato
Subject Re: cbrt() broken in AIX
Date
Msg-id 49B19022.1060505@ecomtecnologia.com.br
Whole thread Raw
In response to Re: cbrt() broken in AIX  ("Dickson S. Guedes" <listas@guedesoft.net>)
List pgsql-hackers
Dickson S. Guedes escreveu:

> [...]
> Please, install the linuxtoolbox for AIX, try compile again and tell
> us. It means that somethings is missing in your box.
Well done.
It works fine now, after I solved some incompatibilities between 32/64 bits, as Tom pointed out here [1].


So, the flags that make it:

CC="gcc -maix64"
CFLAGS="-maix64"
LDFLAGS="-Wl,-bbigtoc,-lm"
OBJECT_MODE=64
AR="ar -X64"


The math libraryes were installed as well: bos.adt.libm


Thank you all for help!


[1] http://markmail.org/message/pqkwu2zfaypzi62p


--

[]´s, ACV




pgsql-hackers by date:

Previous
From: "Lucio Chiessi"
Date:
Subject: A doubt about table partitioning. (Item 5.9 from Postgresql online manual)
Next
From: Kenneth Marshall
Date:
Subject: Re: libxml incompatibility