Subj : Re: Threads with C++ on Slackware To : comp.programming.threads From : Huub Date : Wed May 25 2005 08:19 pm loic-dev@gmx.net wrote: > Salut, > > >>Can somebody tell me how I can create threads with C++ using Slackware >>10, kernel 2.6.11? > > > The usual pthread_create() should do it. > > Loic. > I can't find pthread_create(), and looking further I found this link: http://www.gnu.org/software/commoncpp/docs/refman/html/thread2_8cpp-example.html Problem is: I can't find cc++/thread.h anywhere either. Help is appreciated. .