Bug report on Solaris 8/x86

From: Mark Round <mark(at)markround(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug report on Solaris 8/x86
Date: 2004-08-11 10:22:20
Message-ID: 4119F35C.5080901@markround.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I am trying to compile Postgres-8.0.0beta1 on Solaris 8/x86, using Sun's
C compiler, and get the following error which told me to contact you :-

"../../../../src/include/storage/s_lock.h", line 654: #error: PostgreSQL
does not have native spinlock support on this platform. To continue the
compilation, rerun configure using --disable-spinlocks. However,
performance will be poor. Please report this to pgsql-bugs(at)postgresql(dot)org(dot)

My system is as follows :-

bash-2.03$ uname -a
SunOS daedal 5.8 Generic_117351-03 i86pc i386 i86pc

bash-2.03$ cc -V
cc: Sun C 5.5 Patch 112761-09 2004/06/08
usage: cc [ options] files. Use 'cc -flags' for details

environment variables used :
LD_OPTIONS="-R/opt/csw/lib -L/opt/csw/lib"
CC="cc -fast -xarch=386 -I/opt/csw/include"

./configure --prefix=/opt/csw/postgres --with-pam --with-openssl
--enable-multibyte --with-CXX --with-includes=/opt/csw/include/openssl

Any suggestions ?

Thanks in advance,

-Mark
mark(at)markround(dot)com

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-11 11:07:06 Re: PG 8.0.0 on OpenBSD problems
Previous Message James William Pye 2004-08-11 09:05:16 Re: [PATCHES] [BUGS] casting strings to multidimensional arrays yields