Martijn van Oosterhout wrote: > On Fri, Jan 26, 2007 at 09:34:10PM +0100, Gevik Babakhani wrote: >> Folks, >> >> I would like to build pg on VC2005. How do I use pthreads that is >> mentioned in the README file. Do I need the DLL? Sources? LIB? >> Where do I install or copy them.. > > Err, pthreads is a threads library for Unix, I don't think Windows has > that, nor can I think of a situation where you'd need to worry about > threads anyway?
There is a pthreads for win32 as well. However, you don't need it to build, unless you build ecpg. I forgot to update the README when I put that patch in .-) If you want it, it's on ftp://sources.redhat.com/pub/pthreads-win32. IIRC, that's actually mentioned in the README file. You need the lib and headers. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend