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

From André Volpato
Subject Re: cbrt() broken in AIX
Date
Msg-id 49B02AFD.7000005@ecomtecnologia.com.br
Whole thread Raw
In response to Re: cbrt() broken in AIX  (Thomas Pundt <mlists@rp-online.de>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: building pg_dump doesn't work
Next
From: "Kevin Grittner"
Date:
Subject: Re: Re: [BUGS] BUG #4689: Expanding the length of a VARCHAR column should not induce a table rewrite