26e Subj : Re: Threads with C++ on Slackware To : comp.programming.threads From : David Schwartz Date : Wed May 25 2005 01:42 pm "Dragan Cvetkovic" wrote in message news:lmekbvuqia.fsf@privacy.net... > "David Schwartz" writes: >> "Huub" wrote in message >> news:4294b8a9$0$774$3a628fcd@reader20.nntp.hccnet.nl... >> >>> How do I link with -lpthread? >> >> Just use '-pthread' with any invocations of gcc, g++, or whatever. > > What is g++ ? :-) g++ invokes the GNU compiler collection to compile C++ code. DS . 0