Re: More buildfarm stuff

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: More buildfarm stuff
Дата
Msg-id 20050725000146.GA2833@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: More buildfarm stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: More buildfarm stuff  ("Jim C. Nasby" <decibel@decibel.org>)
Список pgsql-hackers
On Sun, Jul 24, 2005 at 06:40:35PM -0400, Tom Lane wrote:
> I think someone mentioned this already, but it'd be a good idea to
> compare the python situation to plperl.  On my Linux box, libperl.so
> shows several references to pthread_xxx symbols ... not the same ones
> libpython.so depends on, but pthread symbols none the less.  I'd kind
> of expect them both to fail if the problem is that the stock libc
> doesn't include pthreads.

I have a FreeBSD 4.11-STABLE box with Perl 5.8.7 built from the
ports collection, and "nm libperl.so" shows no pthread functions.
The port's Makefile has a WITH_THREADS option that I don't think is
enabled by default.  The Python port's Makefile, however, has a
WITHOUT_THREADS option, so I think it *does* build a threaded Python
by default.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: For review: Server instrumentation patch
Следующее
От: "Luke Lonergan"
Дата:
Сообщение: Re: For review: Server instrumentation patch