Re: BUG #3713: problem with thread safety??? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3713: problem with thread safety???
Date
Msg-id 21218.1194030981@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3713: problem with thread safety???  ("Ted Petrosky" <tedpet5@yahoo.com>)
Responses Re: BUG #3713: problem with thread safety???  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-bugs
Theodore Petrosky <tedpet5@yahoo.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: tsvector that can't be dumped/reloaded in 8.3beta
Next
From: Tom Lane
Date:
Subject: Re: BUG #3714: applications using COPY are now much slower