From: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
---|---|
To: | "Magnus Hagander" <magnus(at)hagander(dot)net> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | PthreadGC2 of MinGW is not linked. |
Date: | 2007-04-03 09:06:16 |
Message-ID: | 022a01c775cf$5669c1c0$c701a8c0@wiseknot.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Magnus.
configure was changed the cvs head.
Is this what you intended it?_?
I think necessary to recover it.
*** configure.orig Tue Apr 3 17:51:06 2007
--- configure Tue Apr 3 17:52:21 2007
***************
*** 16732,16739 ****
# For each platform, we need to know about any special compile and link
# libraries, and whether the normal C function names are thread-safe.
# See the comment at the top of src/port/thread.c for more information.
! # WIN32 doesn't need the pthread tests; it always uses threads
! if test "$enable_thread_safety" = yes -a "$PORTNAME" != "win32"; then
--- 16732,16738 ----
# For each platform, we need to know about any special compile and link
# libraries, and whether the normal C function names are thread-safe.
# See the comment at the top of src/port/thread.c for more information.
! if test "$enable_thread_safety" = yes; then
Am I misunderstanding it?
Regards,
Hiroshi Saito
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2007-04-03 09:08:14 | Re: PthreadGC2 of MinGW is not linked. |
Previous Message | Simon Riggs | 2007-04-03 09:01:39 | Re: Synchronized Scan benchmark results |