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

From Tom Lane
Subject Re: cbrt() broken in AIX
Date
Msg-id 7315.1236202606@sss.pgh.pa.us
Whole thread Raw
In response to cbrt() broken in AIX  (André Volpato<andre.volpato@ecomtecnologia.com.br>)
Responses Re: cbrt() broken in AIX  (André Volpato<andre.volpato@ecomtecnologia.com.br>)
List pgsql-hackers
André Volpato <andre.volpato@ecomtecnologia.com.br> writes:
> First I tryed to configure with no options, and then make throw this:

> float.c:74: error: static declaration of 'cbrt' follows non-static declaration

> After some googling, I find Bruce�s path back on 7.4, that removed my_cbrt trick. 
> So, I changed float.c to the old code (the whole HAVE_CBRT stuff),

Instead, try putting back the "#define cbrt my_cbrt" line.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Prepping to break every past release...
Next
From: Magnus Hagander
Date:
Subject: Re: Prepping to break every past release...