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
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.
"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