Re: pthread.h

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ali Karaki <AKaraki(at)capita(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pthread.h
Date: 2003-09-28 01:15:44
Message-ID: 200309280115.h8S1FiG29439@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Did you run configure using --enable-thread-safety? We don't support
threads on MS Win yet. Not sure how hard it would be to do. Any ideas?

---------------------------------------------------------------------------

Ali Karaki wrote:
> Hi,
>
> I downloaded the source code for version 7.4 Beta 3, and tried to compile
> with Visual C++ 6.0, using the following command from a DOS window:
>
> nmake /f win32.mak
>
> when the make runs, at some point during the compilation, it stops and
> reports the following error:
>
> pthread.h cannot be found.
>
> I looked for that file everywhere on my system, but it couldn't find it.
>
> Is this a standard header file, or it is something that comes with certain
> compilers.
>
> Also, do you guys have already compiled 7.4 binaries for windows?
>
> Thanks.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • pthread.h at 2003-09-25 22:38:29 from Ali Karaki

Browse pgsql-bugs by date

  From Date Subject
Next Message Eric Ridge 2003-09-28 01:59:25 Re: Can't Build 7.3.4 on OS X
Previous Message Bruce Momjian 2003-09-28 00:16:49 Re: [PATCHES] bug in clusterdb script