Re: BUG #3713: problem with thread safety???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3713: problem with thread safety???
Дата
Msg-id 21218.1194030981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3713: problem with thread safety???  ("Ted Petrosky" <tedpet5@yahoo.com>)
Ответы Re: BUG #3713: problem with thread safety???  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tsvector that can't be dumped/reloaded in 8.3beta
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3714: applications using COPY are now much slower