-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking error when running with dune utop
#34
Comments
This is primarily an issue when compiling native libraries: you can't depend on In the short term, I'm planning to remove the offending code in a local fork. Longer term, it would be great to see the runtime code as a separate library, and allow arbitrary code to 'claim' access to the OCaml runtime so that e.g. ocaml-rs can use the runtime when its functions are called from an existing runtime as well. I'm happy to contribute to this effort, if useful. |
@mrmr1993 yes please! The only reason this has not been fixed is that no one has had time to do it, but a solution would be very welcome. |
Here is the linker error when running
dune utop
in ocaml-rust-starter:For more information: see the original issue
The text was updated successfully, but these errors were encountered: