Re: 2nd try @NetBSD/2.0 Alpha - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: 2nd try @NetBSD/2.0 Alpha
Date
Msg-id 21DC9FDE-3198-4A0F-8A23-D3DCFFC9264F@lerctr.org
Whole thread Raw
In response to Re: 2nd try @NetBSD/2.0 Alpha  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
On Oct 18, 2005, at 8:49 PM, Larry Rosenman wrote:

>
> 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
>
>

I've removed the --with-perl from the config for now, and am re- 
running it yet again :)

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



pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: 2nd try @NetBSD/2.0 Alpha
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: sort_mem statistics ...