Re: [BUGS] BUG #2436: cannot --enable-thread-safety on -lpthread host

2006-05-16 Thread Paul Forgey
As given in my OS info, this isn't FC4. The configure script fails to enable threading in Debian Sarge. On May 15, 2006, at 6:48 AM, Tom Lane wrote: "Paul Forgey" <[EMAIL PROTECTED]> writes: Linux supplies -lpthread. The configure script seems to only look for -lpthreads and then give up

Re: [BUGS] BUG #2436: cannot --enable-thread-safety on -lpthread host

2006-05-15 Thread Tom Lane
Paul Forgey <[EMAIL PROTECTED]> writes: > As given in my OS info, this isn't FC4. The configure script fails > to enable threading in Debian Sarge. The point is that the configure script clearly does test for -lpthread, so whatever problem you're having, you've not described it correctly.

Re: [BUGS] BUG #2436: cannot --enable-thread-safety on -lpthread host

2006-05-15 Thread Tom Lane
"Paul Forgey" <[EMAIL PROTECTED]> writes: > Linux supplies -lpthread. The configure script seems to only look for > -lpthreads and then give up. Say again? I get this configure trace on Fedora 4: checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags