Results 508 comments of hhugo

I'm wondering if using RTLD_LOCAL on OSX could make it work ? https://github.com/ocamllabs/ocaml-ctypes/issues/255

It does NOT solve the issue. However, I've managed to solve it using `-exported_symbols_list FILE` option at link time.

https://github.com/janestreet/zarith_stubs_js just got released

Can we include the repro case as well ?

I > > Where do you want to include it ? In a PR description ? In a test ? In a comment ? But, sure, yes, feel free. >...

Adding test in https://github.com/ocsigen/js_of_ocaml/pull/1315

weakly related https://github.com/ocaml/ocaml/pull/9790

I just got the following `Fatal_error`. It is rather unfriendly. ``` $ cat ~/a.ml let x = 2 + 4 $ BUILD_PATH_PREFIX_MAP=invalid ocamlc -g -c ~/a.ml >> Fatal error: Invalid...