On Thursday, January 24, 2002, at 04:34 PM, Justin Hallett wrote:

> anyone know a work around for the undefined symbol _pthread_kill ??  I
> have -lpthread set.  I think I remember Finlay telling my that darwin
> couldn't do _pthread_kill IIRC.  So is there a work aroung to this?

pthread_kill isn't implemented in Darwin, although support went into CVS 
HEAD a few days back!!!
You could do what MySQL does, which #defines pthread_kill to do nothing, 
but that means that mysqld doesn't shutdown cleanly on Darwin (needs a 
signal 9)

  -- Finlay


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to