[Fwd: Re: Problem using pthreads with GCC under CygWin]

2001-12-11 Thread Pavel Tsekov
NOAVAIL. I tried specifying 127.255.255.255 explicity. On Linux (no real internet) it works OK with same source code. >From: Pavel Tsekov <[EMAIL PROTECTED]> >To: Kay M <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: Problem using pthreads with GCC under Cy

Re: Problem using pthreads with GCC under CygWin

2001-12-10 Thread Pavel Tsekov
You dont need to add neither -pthread nor -pthreads to the gcc command line. pthreads is part of the cygwin libc. Kay M wrote: > > I have win98 > Have installed Cygwin B20.1 and also have installed version 1.3.3. > > I have a simple .c file that is a pthreads example. > > Problem is When I com

Problem using pthreads with GCC under CygWin

2001-12-08 Thread Kay M
I have win98 Have installed Cygwin B20.1 and also have installed version 1.3.3. I have a simple .c file that is a pthreads example. Problem is When I compile it it dont compile. GCC cant see the pthreads libraries. Ive tried the -pthread and -pthreads switch. Ans also #included the pthreads.h.