Re: cbrt() broken in AIX

Поиск
Список
Период
Сортировка
От André Volpato
Тема Re: cbrt() broken in AIX
Дата
Msg-id 49B02AFD.7000005@ecomtecnologia.com.br
обсуждение исходный текст
Ответ на Re: cbrt() broken in AIX  (Thomas Pundt <mlists@rp-online.de>)
Список pgsql-hackers
Thomas Pundt escreveu:

> Hi,
>
> André Volpato schrieb:
>
> [...]
>> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
>>
> [...]
>
>> utils/SUBSYS.o ../../src/timezone/SUBSYS.o  ../../src/port/libpgport_srv.a
>>
>> -Wl,-bE:../../src/backend/postgres.imp -lld -o postgres
>>
>> ld: 0711-317 ERROR: Undefined symbol: .lrint
>>
>> ld: 0711-317 ERROR: Undefined symbol: ._isnan
>>
>> ld: 0711-317 ERROR: Undefined symbol: ._isinff
>>
>> ld: 0711-317 ERROR: Undefined symbol: .sqrt
>>
>> ld: 0711-317 ERROR: Undefined symbol: .tan
>>
>> ld: 0711-317 ERROR: Undefined symbol: .sin
>>
>> ld: 0711-317 ERROR: Undefined symbol: .cos
>>
> [...]
>
>> What can I do next ?
>>
> I don't have a clue about AIX, but that certainly looks like it's
>
> missing a  -lm  now.
>
I cant put -lm in LDFLAGS, the system cant find libm.

Well, I´m gonna install libm from the CD and try again.

Thanks.

--

[]´s, ACV




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: building pg_dump doesn't work
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Re: [BUGS] BUG #4689: Expanding the length of a VARCHAR column should not induce a table rewrite