On 4/24/04 9:15 PM, "Bruce Momjian" <pgman@candle.pha.pa.us> wrote: > No, see pgsql/config/acx_pthread.m4. It does the THREAD_LIBS part > automatically, and the THREAD_SUPPORT part is gone. We run our thread > test as part of configure now. I must be missing something. I don't see a -lpthread anywhere. The libpq linking is: gcc -no-cpp-precomp -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -bundle fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o dllist.o md5.o ip.o wchar.o encnames.o noblock.o path.o thread.o -L../../../src/port -lssl -lcrypto -lkrb5 -lresolv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -o libpq.so.3.2 How can this be linking in thread support without -lpthread? Wes ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match