Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dot Yet" <dot(dot)yet(at)gmail(dot)com>
Cc: "General PostgreSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64
Date: 2008-08-15 15:28:12
Message-ID: 22754.1218814092@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dot Yet" <dot(dot)yet(at)gmail(dot)com> writes:
> Configure command:
> ./configure --prefix=/opt/usr/local/amd64 --with-openssl
> --with-libraries=/opt/usr/local/amd64/lib
> --with-includes=/opt/usr/local/amd64/include
> --libdir=/opt/usr/local/amd64/lib --includedir=/opt/usr/local/amd64/include
> CFLAGS="-R/opt/usr/local/amd64/lib -xmodel=medium -xtarget=generic64 -fast
> -xarch=amd64"

What does "-fast" do? If it involves any reinterpretation of IEEE float
arithmetic accuracy requirements, drop it.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Artacus 2008-08-15 16:11:32 Re: Custom sort
Previous Message Tom Lane 2008-08-15 15:03:50 Re: Regression failing on build -> ERROR: could not access file "$libdir/plpgsql": No such file or directory