Re: cbrt() broken in AIX

Поиск
Список
Период
Сортировка
От André Volpato
Тема Re: cbrt() broken in AIX
Дата
Msg-id 49B19022.1060505@ecomtecnologia.com.br
обсуждение исходный текст
Ответ на Re: cbrt() broken in AIX  ("Dickson S. Guedes" <listas@guedesoft.net>)
Список 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 по дате отправления:

Предыдущее
От: "Lucio Chiessi"
Дата:
Сообщение: A doubt about table partitioning. (Item 5.9 from Postgresql online manual)
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: libxml incompatibility