Re: 2nd try @NetBSD/2.0 Alpha

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 'PostgreSQL-development' <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 2nd try @NetBSD/2.0 Alpha
Date: 2005-10-19 01:49:10
Message-ID: 0C0A3710-1FF9-4F39-8DF4-173A84CC613B@lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Oct 18, 2005, at 5:11 PM, Martijn van Oosterhout wrote:

> On Tue, Oct 18, 2005 at 05:03:35PM -0500, Larry Rosenman wrote:
>
>> Doesn't appear to have a separate libc, HOWEVER, -lpthread may be
>> screwing
>> us:
>>
>
> <snip>
>
> If it is that, does it work if you compile postgres with -lpthread.
> Sure, we don't use the functions but maybe it's a prerequisite to be
> able to dlopen() thread libs.
>
> Should be quicker to test, just rerun the final link command by hand
> with the extra option...

I added a LIBS += -lpthread to the end of src/makefiles/
Makefile.netbsd and got a LOOP
on the make check :(

More ideas?

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-351-4152 E-Mail: ler(at)lerctr(dot)org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2005-10-19 01:54:08 Re: 2nd try @NetBSD/2.0 Alpha
Previous Message Satoshi Nagayasu 2005-10-19 01:17:21 Re: sort_mem statistics ...