On Monday August 16 2004 5:24, Ed L. wrote:
> $make
> ...<snip>...
> cc -Ae +O2 -I../../../../src/include -D_XOPEN_SOURCE_EXTENDED -c -o
> xlog.o xlog.c (Bundled) cc: warning 922: "-Ae" is unsupported in the
> bundled compiler, ignored. (Bundled) cc: warning 922: "+O2" is
> unsupported in the bundled compiler, ignored. Error 119:
> "../../../../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@postgresql.org.
> #error PostgreSQL does not have native spinlock support on this p
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Error 22: "../../../../src/include/storage/s_lock.h", line 711 # Syntax
> error. extern int tas(volatile slock_t *lock); /* in
> port/.../tas.s, or ^
> ...<snip>...
And I do see the --disable-spinlocks option, but was hoping for the build
with the "good" performance!