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

2008-08-15 Thread F. Jovan Jester
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. The -fast option using sun studio cc expands to include the flag - fsimple=2 whi

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

2008-08-15 Thread Tom Lane
"Dot Yet" <[EMAIL PROTECTED]> 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

[GENERAL] Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64

2008-08-15 Thread Dot Yet
Hi Eveyone, I am trying to compile PostgreSQL 8.3.3 on Solaris 10 x64. The tools involved were: OpenSSL 0.9.8h 28 May 2008 PostgreSQL 8.3.3 CC: Sun C++ 5.8 2005/10/13 Configure command: ./configure --prefix=/opt/usr/local/amd64 --with-openssl --with-libraries=/opt/usr/local/amd64/lib --with-incl