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:54:08
Message-ID: 21DC9FDE-3198-4A0F-8A23-D3DCFFC9264F@lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lerctr(dot)org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-10-19 02:07:56 Re: sort_mem statistics ...
Previous Message Larry Rosenman 2005-10-19 01:49:10 Re: 2nd try @NetBSD/2.0 Alpha