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 compile

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