[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Threads



Shourya Sarcar wrote:
> 
> For all those who use pthreads instead of clone,
> does gcc compilation for pthread need and extra library ??

You should never be using clone directly in a 
user program. That was never the intent. See the man page.
Use posix or other threading library.

- B. Prasad
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.