Reintroduce setup for correct initialization in OCaml 4+systhreads

We introduce a function boxroot_setup_systhreads to fix the initialization on OCaml 4 + systhreads (see !75 (closed)). Earlier removal of boxroot_setup made it impossible to correctly setup systhreads. Rust users must do by hand what boxroot_setup_systhread does, because this complexifies the build too much otherwise. Replaces !75 (closed).

Merge request reports

Loading