Re: How to make Fedora4 build threadsafe?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to make Fedora4 build threadsafe?
Дата
Msg-id 10821.1141227291@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to make Fedora4 build threadsafe?  (Matt England <mengland@mengland.net>)
Ответы Re: How to make Fedora4 build threadsafe?  (Matt England <mengland@mengland.net>)
Список pgsql-ports
Matt England <mengland@mengland.net> writes:
> I experienced this error while running this ./configure:
> ./configure --enable-thread-safety --prefix=/cgrid/local/postgresql
> on FedoraCore4:
> checking thread safety of required library functions... no

Hmm, it works fine for me on FC4.  I wonder if you are missing the
glibc-devel RPM?

The part of config.log that matters is the part after "checking thread
safety of required library functions", not the part that is checking
to see which thread library you've got.  FWIW, the thread library
check goes like this for me:

checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... yes
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for the pthreads library -lpthreadGC2... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes

            regards, tom lane

В списке pgsql-ports по дате отправления:

Предыдущее
От: Matt England
Дата:
Сообщение: Re: How to make Fedora4 build threadsafe?
Следующее
От: CSN
Дата:
Сообщение: Yum PG 8.1?