Re: can pthread and pth coexist

2003-10-24 Thread Kevin Cosgrove
On 23 October 2003 at 14:42, Steve Alstrin [EMAIL PROTECTED] wrote: Yes you did miss something, but it's not your fault, heehee. Include the pthread.h file before any other system files and that should fix the problem. OK, I just did that and it didn't work. But, I fixed it after that.

Re: can pthread and pth coexist

2003-10-24 Thread Kevin Cosgrove
On 24 October 2003 at 21:23, Steve Alstrin [EMAIL PROTECTED] wrote: Hum, this doesn't sound fun, however we ran into a condition with recursive use of mutexs that sounds familiar you might replace any mutex code in mondo with the following extra pthread_mutexattr_settype call.