We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am observing the following utop failure with 5.0.0+trunk OCaml.
5.0.0+trunk
% opam update % opam switch create 5.0.0+trunk --repo=default,alpha=git+https://github.com/kit-ty-kate/opam-alpha-repository.git # install 5.0.0+trunk compiler % opam install utop # installs utop.2.9.1 % utop Fatal error: cannot load shared library dllunix Reason: dlopen(/Users/kc/.opam/5.0.0+trunk/lib/ocaml/stublibs/dllunix.so, 0x000A): symbol not found in flat namespace '_caml_alloc_2' zsh: abort utop
Not sure if this was a compiler issue or an utop issue. I thought I would start here.
utop
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I am observing the following utop failure with
5.0.0+trunk
OCaml.Not sure if this was a compiler issue or an
utop
issue. I thought I would start here.The text was updated successfully, but these errors were encountered: