2006-03-11, 05:55 PM
Quote:I notice it has -pthread in the line.. normally the linker is -lpthread or at least thats what I believe.
Anyway make sure you have pthreads installed.. look for:
Code:$ ls /lib/libpthread*
/lib/libpthread-0.10.so /lib/libpthread.so.0
<div>
</div>
I get
Code:
$ ls /lib/libpthread*
/lib/libpthread-2.3.90.so /lib/libpthread.so.0
.
Does this mean it should work?