From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Theodore Petrosky <tedpet5(at)yahoo(dot)com> |
Cc: | pgsql-bugs(at)postgreSQL(dot)org |
Subject: | Re: BUG #3713: problem with thread safety??? |
Date: | 2007-11-02 19:16:21 |
Message-ID: | 21218.1194030981@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Theodore Petrosky <tedpet5(at)yahoo(dot)com> writes:
> as I don't know enough to tell what is happening, I
> will attach the config.log...
Well, you didn't need to look all that hard ...
configure:24893: checking thread safety of required library functions
configure:24921: gcc -no-cpp-precomp -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -Kthread -kthread -pthread -pthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE conftest.c -lz -ledit -lm -lpthread >&5
conftest.c:146:43: error: ./src/test/thread/thread_test.c: No such file or directory
So somehow src/test/thread/thread_test.c is missing from your source
tree. The only reason I've seen for that happening is when people
thought that they could download just the "base" tarball and not the
whole source distribution.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-11-02 19:25:16 | Re: BUG #3714: applications using COPY are now much slower |
Previous Message | Tom Lane | 2007-11-02 18:25:37 | Re: tsvector that can't be dumped/reloaded in 8.3beta |