The following statement was observed in your log.txt file
checking for the pthreads library -lpthreads... no
checking whether pthreads work with -pthread... yes
Since already thread library has been installed in your system, I guess something with the thread library compilation option.
If you find -lpthread option anywhere in the Makefile, may be you can try with -pthread option only.
Regards,
Bhaskar.
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
