[vtkusers] help! wierd pthread error..?
Brad King
brad.king at kitware.com
Thu May 27 17:29:07 EDT 2004
Louis Desjardins wrote:
>
> Hi thanks again,
> Okay just before I run the test, what does -lpthreads mean?
> is this a library i am including called 'pthreads'?
> (because when I compiled it coudlnt find it thats why)
Look in your CMakeCache.txt for VTK and try to figure out what threading
library it links. You can also try
gcc thread1.c -pthread
-Brad
More information about the vtkusers
mailing list