search for: pthreadatfork

Displaying 1 result from an estimated 1 matches for "pthreadatfork".

Did you mean: pthread_atfork
2012 May 03
1
Ocaml and pthread_atfork()
...line 1, characters 0-1: > Error: Error on dynamically loaded library: /usr/lib64/ocaml/stublibs/dllthreads.so: /usr/lib64/ocaml/stublibs/dllthreads.so: undefined symbol: pthread_atfork > > I did a quick bit of googling and found: > http://ryanarn.blogspot.com.au/2011/07/curious-case-of-pthreadatfork-on.html > > which seems to explain what's going on to my naive eye anyway. > > I've tried a few different CFLAGS/patches to > otherlibs/systhreads/Makefile to try and induce pthreads_atfork() to be > resolved and linked during the ocaml build. Nothing I try works. >...