Re: cbrt() broken in AIX

From: André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br>
To: thomas(dot)pundt(at)rp-online(dot)de
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cbrt() broken in AIX
Date: 2009-03-05 19:41:49
Message-ID: 49B02AFD.7000005@ecomtecnologia.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-03-05 19:46:22 Re: Re: [BUGS] BUG #4689: Expanding the length of a VARCHAR column should not induce a table rewrite
Previous Message Tom Lane 2009-03-05 19:37:05 Re: building pg_dump doesn't work