Bug#682441: ocaml: pthread_atfork symbol not linked correctly

2012-07-22 Thread Aurelien Jarno
Source: ocaml Version: 3.12.1-4 Severity: normal Tags: patch Hi, /usr/lib/ocaml/stublibs/dllthreads.so is not correctly linked with libpthread, so pthread_atfork() which should be linked statically is undefined and resolved at link time for architectures having a GLIBC_2.2.5 compatibility

Bug#682441: ocaml: pthread_atfork symbol not linked correctly

2012-07-22 Thread Stéphane Glondu
On 22/07/2012 21:22, Aurelien Jarno wrote: /usr/lib/ocaml/stublibs/dllthreads.so is not correctly linked with libpthread, so pthread_atfork() which should be linked statically is undefined and resolved at link time for architectures having a GLIBC_2.2.5 compatibility version of this symbol.

Bug#682441: ocaml: pthread_atfork symbol not linked correctly

2012-07-22 Thread Aurelien Jarno
On Sun, Jul 22, 2012 at 09:34:02PM +0200, Stéphane Glondu wrote: On 22/07/2012 21:22, Aurelien Jarno wrote: /usr/lib/ocaml/stublibs/dllthreads.so is not correctly linked with libpthread, so pthread_atfork() which should be linked statically is undefined and resolved at link time for