Re: More buildfarm stuff

From: Andrew - Supernews <andrew+nonews(at)supernews(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: More buildfarm stuff
Date: 2005-07-26 21:34:33
Message-ID: slrndedb39.37g.andrew+nonews@trinity.supernews.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2005-07-26, Larry Rosenman <ler(at)lerctr(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2005-07-26 21:55:15 Re: For review: Server instrumentation patch
Previous Message Josh Berkus 2005-07-26 21:09:09 Re: [HACKERS] Enticing interns to PostgreSQL