Re: BUG #2651: 8.2 - beta 1 does now compile with Sun Studio 11

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Remy Beaumont" <remyb(at)medrium(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2651: 8.2 - beta 1 does now compile with Sun Studio 11
Date: 2006-09-26 02:02:14
Message-ID: 18097.1159236134@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Remy Beaumont" <remyb(at)medrium(dot)com> writes:
> When we try to compile 8.2 - beta 1 on a T2000 wth Sun Studio 11, the build
> fails at the following file:

> make[5]: Entering directory
> `/usr/home/remy/postgresql-8.2beta1/src/backend/utils/adt'
> /opt/SUNWspro/bin/cc -Xa -xtarget=ultraT1 -fast -I../../../../src/include
> -c -o float.o float.c
> "float.c", line 112: identifier redeclared: cbrt
> current : static function(double) returning double
> previous: function(double) returning double :
> "/usr/include/iso/math_c99.h", line 126
> cc: acomp failed for float.c

You need to find out why configure failed to detect that cbrt() is
available.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message rajat 2006-09-26 06:32:31 BUG #2652: could not connect to database postgres
Previous Message Tom Lane 2006-09-25 19:02:42 Re: Out of memory error during large hashagg