Re: spinlock support for Sun Studio 12 compiler on linux - Mailing list pgsql-bugs

From Tom Lane
Subject Re: spinlock support for Sun Studio 12 compiler on linux
Date
Msg-id 21403.1183667544@sss.pgh.pa.us
Whole thread Raw
In response to spinlock support for Sun Studio 12 compiler on linux  ("Len Zaifman" <leonardz@sickkids.ca>)
Responses Re: spinlock support for Sun Studio 12 compiler on linux  (Neil Conway <neilc@samurai.com>)
List pgsql-bugs
"Len Zaifman" <leonardz@sickkids.ca> writes:
> The following error occuredbuilding Postgresql 8.2.4  on SLES 9 using SUN STUDIO 12 compilers
> sunstudio12/bin/cc -O -I../../../../src/include -D_GNU_SOURCE   -c -o xlog.o xlog.c
> "../../../../src/include/storage/s_lock.h", line 810: #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@postgresql.org.

By and large we don't try to support nonstandard compilers on Linux.
Use gcc.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Larry Rosenman"
Date:
Subject: Re: BUG #3429: table named MULTIPOLYGON
Next
From: tomas@tuxteam.de
Date:
Subject: Re: BUG #3429: table named MULTIPOLYGON