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
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
** Error: Sys_error("cryptoverif: No such file or directory")
File "caml_startup", line 1:
Error: Error during linking
It still generates an executable cryptoverif.exe, which works fine. (So this is not a very serious bug.)
The error message disappears when the command is changed into:
For instance, the command:
ocamlopt -o cryptoverif str.cmxa parsing_helper.mli parsing_helper.ml occ_map.mli occ_map.ml types.ml ptree.mli parser.mli parser.ml ...
displays:
** Error: Sys_error("cryptoverif: No such file or directory")
File "caml_startup", line 1:
Error: Error during linking
It still generates an executable cryptoverif.exe, which works fine. (So this is not a very serious bug.)
The error message disappears when the command is changed into:
ocamlopt -o cryptoverif.exe str.cmxa parsing_helper.mli parsing_helper.ml occ_map.mli occ_map.ml types.ml ptree.mli parser.mli parser.ml ...
The error happens both with the Installer for 64-bit OCaml 4.02.3 + OPAM and the 32-bit OCaml 4.02.3 + Cygwin32 OPAM.