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 [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend