Re: More buildfarm stuff - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: More buildfarm stuff
Date
Msg-id 20050725000146.GA2833@winnie.fuhr.org
Whole thread Raw
In response to Re: More buildfarm stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: More buildfarm stuff
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: For review: Server instrumentation patch
Next
From: "Luke Lonergan"
Date:
Subject: Re: For review: Server instrumentation patch