Re: More buildfarm stuff - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: More buildfarm stuff
Date
Msg-id slrndedb39.37g.andrew+nonews@trinity.supernews.net
Whole thread Raw
In response to Re: More buildfarm stuff  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
On 2005-07-26, Larry Rosenman <ler@lerctr.org> wrote:
>> So the question now is: how do we fix the issue with threaded python?
>
> how do we get libc_r into the mix on FreeBSD 4.11?

You'd have to build the backend with -pthread.

Including -lc_r explicitly when linking stuff on freebsd will usually
cause things to break because of incorrect link ordering.

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: For review: Server instrumentation patch
Next
From: Chris Browne
Date:
Subject: Interesting COPY edge case...