-
Notifications
You must be signed in to change notification settings - Fork 368
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
Dune can't compile on a ocaml-variants.4.14.1+msvc64c variant #5806
Comments
I’m not sure what opam (the tool) can do here. Could you open a ticket on dune or/and the compiler (4.14 is still maintained as it is an LTS) instead? |
Ok, a new ticket is opened. ocaml/ocaml#12944 |
Looking at the answer there, could you show what the output of |
The issue can be closed. It deals with a conflict between the linker |
Sorry for the lack of update, just to note that this should be fixed by #5832 slotted for the next beta |
Dune can't compile on a ocaml-variants.4.14.1+msvc64c switch.
In fact, any program can't be compiled by
ocamlc -output-complete-exe
which trigger a wrong MSVClink
command.ocamlc
without-output-complete-exe
is ok.I am using Microsoft Studio Community 2022.
The text was updated successfully, but these errors were encountered: