Re: [Mingw-users] Re: How to build thread-safe postgresql 8.x - Mailing list pgsql-ports

From Matt England
Subject Re: [Mingw-users] Re: How to build thread-safe postgresql 8.x
Date
Msg-id 6.1.2.0.2.20060306170907.069052b8@127.0.0.1
Whole thread Raw
In response to How to build thread-safe postgresql 8.x on mingw?  (Matt England <mengland@mengland.net>)
Responses Re: [Mingw-users] Re: How to build thread-safe postgresql 8.x
List pgsql-ports
At 3/6/2006 04:29 PM, Earnie Boyd wrote:
>Quoting Matt England <mengland@mengland.net>:
>$ make
>>[...]
>>dlltool --export-all  --output-def ecpg.def execute.o typename.o
>>descriptor.o data.o error.o prepare.o memory.o connect.o misc.o path.o
>>exec.o snprintf.o
>>dllwrap  -o libecpg.dll --dllname libecpg.dll  --def ecpg.def execute.o
>>typename.o descriptor.o data.o error.o prepare.o memory.o connect.o
>>misc.o path.o exec.o snprintf.o -L../pgtypeslib
>>-L../../../../src/interfaces/libpq -L../../../../src/port -lpgtypes -lpq
>>-lm -lshfolder
>
>Where is -lpthreads?

I don't know.  I'm cross-posting to the pgsql-ports@postgresql.org list
with these messages, but I haven't seen a message from them yet.

I'm not sure how I get they to insert a -lpthreads besides manually
changing their Makefile(s).  Anybody know of a way to do this from
postgres' configure line?

-Matt


pgsql-ports by date:

Previous
From: Matt England
Date:
Subject: Re: How to build thread-safe postgresql 8.x on mingw?
Next
From: Matt England
Date:
Subject: Re: [Mingw-users] Re: How to build thread-safe postgresql 8.x