Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native

2005-12-16 Thread Pierre Girard
Tom Lane wrote: You'd need to do something about adapting src/backend/port/tas/solaris_i386.s It's possible that the assembly code would work as-is on amd, in which case you'd just need a one-liner change in s_lock.h and maybe some adjustment of the template file. It doesn't compile with th

Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native spinlock support on this platform

2005-12-16 Thread Tom Lane
Pierre Girard <[EMAIL PROTECTED]> writes: > It compiles but then i get a 32 bit executable which is not what i want. > This is on a solaris 10 with amd processor using the sun forte 11 compilers. > Are there any fix for this? You'd need to do something about adapting src/backend/port/tas/solaris_i

[BUGS] Solaris cc compiler on amd: PostgreSQL does not have native spinlock support on this platform

2005-12-16 Thread Pierre Girard
Hello, I'm trying to compile postgresql and I got this message telling me to inform you: "../../../../src/include/storage/s_lock.h", line 806: #error: PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks.