Re: cbrt() broken in AIX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cbrt() broken in AIX
Date: 2009-03-04 21:36:46
Message-ID: 7315.1236202606@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?ISO-8859-1?Q?Andr=E9_Volpato?= <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)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 Bruces 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2009-03-04 21:37:11 Re: Prepping to break every past release...
Previous Message Joshua D. Drake 2009-03-04 21:35:07 Re: Prepping to break every past release...