Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39AB2D23.38CCF649@zygate.com.tw>
Date: Tue, 29 Aug 2000 11:25:23 +0800
From: Jim Shiu <shiu@zygate.com.tw>
Organization: ZyGATE Communications Inc.
X-Mailer: Mozilla 4.7 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@sources.redhat.com
Subject: Re: pthreads ?
References: <39AAA615.7B66DA75@telesoft.com> <20000828135657.A684@cygnus.com> <39AAA869.A66893DA@telesoft.com> <4.3.2.7.2.20000828133606.0336c580@mail.prefres.com> <20000828145148.A1288@cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Following some early post(s) in this newsgroup or somewhere else,
I once installed pthreads-win32 under cygwin in the following way
    - copy pthread.lib to /usr/local/lib/libpthread.a
      copy pthread.dll to /usr/local/bin
      copy pthread.h to /usr/local/include

However,  after some un-install, re-install and so on, gcc does not
use header files in /usr/local/include if I do not put
-I/usr/local/include in
the makefile. So now I install pthreads-win32 by
    - copy pthread.lib to /usr/local/lib/libpthread.a
      copy pthread.dll to /usr/local/bin
      rename /usr/include/pthread.h to pthread-old.h
      copy pthread.h to /usr/include

I have used pthread_cancel(), pthread_create(),
pthread_mutex_lock(), pthread_mutex_unlock(),
pthread_cond_signal() and pthread_cond_timedwait()
in my programs and they seem to work fine.

Shiu

Chris Faylor wrote:

> On Mon, Aug 28, 2000 at 01:38:11PM -0500, Matt Minnis wrote:
> >Redhat has a link to more software off the sourceware homepage.
> >
> >There is a PThreads project there.
> >http://sources.redhat.com/pthreads-win32/
>
> AFAIK, this project does not work with cygwin, which is why I didn't
> mention it.
>
> If you need POSIX + pthreads, the only alternative, I believe, is to
> use (and augment) cygwin.
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

