﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
518	phthreads problem	wesolyfoton	Alpar Juttner	"cmake show message:

-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Copy doc from source tree
-- Configuring incomplete, errors occurred!

which suggest that he know that I don't have pthreads and he should use pthread.
But in CMakeError.log I can find:

/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec351954419.dir/CheckFunctionExists.c.o  -o cmTryCompileExec351954419 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec351954419] Error 1
make[1]: Leaving directory

where he used -lpthreads

cmake version 2.8.12.2
"	defect	closed	major	LEMON 1.4 release	core	hg main	duplicate			
