You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure this is some sort of setup issue on my end, but I'm currently seeing this when running the make cold step of the "How to Test opam on Windows" instructions:
Fixing this by hand makes compilation run quite a bit longer, until it runs into this:
../../ocamlc.opt.exe -g -nostdlib -I ../../stdlib -o extract_crc.exe dynlink.cma byte/dynlink_compilerlibs.cmo extract_crc.cmo
�[1mFile "_none_", line 1�[0m:
�[1;31mError�[0m: Error while linking ../../stdlib\stdlib.cma(Stdlib):
The external function `caml_ml_input' is not available
Edit: I should mention that this happens when building inside cmd. It works fine inside the cygwin shell, which I usually use for all opam things anyway. The instructions make it sound like cmd should be fine too though.
The text was updated successfully, but these errors were encountered:
I'm sure this is some sort of setup issue on my end, but I'm currently seeing this when running the
make cold
step of the "How to Test opam on Windows" instructions:The file in question looks like this:
Fixing this by hand makes compilation run quite a bit longer, until it runs into this:
Edit: I should mention that this happens when building inside
cmd
. It works fine inside the cygwin shell, which I usually use for all opam things anyway. The instructions make it sound likecmd
should be fine too though.The text was updated successfully, but these errors were encountered: