Re: [Mingw-users] How to build thread-safe postgresql 8.x on

From: Matt England <mengland(at)mengland(dot)net>
To: mingw-users(at)lists(dot)sourceforge(dot)net, "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgresql(dot)org>
Cc: mengland(at)mengland(dot)net
Subject: Re: [Mingw-users] How to build thread-safe postgresql 8.x on
Date: 2006-03-06 22:07:44
Message-ID: 6.1.2.0.2.20060306160413.064beea0@127.0.0.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

At 3/6/2006 01:53 PM, Earnie Boyd wrote:
>My guess on this is that you've not installed pthreads library in the
>/mingw path.

Where do I get this? Is there a mingw pthreads library that comes separately?

For what it's worth, I built <http://sources.redhat.com/pthreads-win32/>
and put the corresponding headers in /mingw/include and the libs in /mingw/lib.

...and the postgresql 8.1.3 ./configure --enable-thread-safety now works,
and I'm now 5-10 minutes into the make process...and I have my fingers crossed.

-Matt

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Matt England 2006-03-06 22:13:15 Re: How to build thread-safe postgresql 8.x on mingw?
Previous Message Matt England 2006-03-06 16:35:35 Re: [Mingw-users] How to build thread-safe postgresql 8.x on