Problems compiling ocaml project on debian bulleye: undefined reference to shm_unlink and shm_open
Trying to compile the ocaml project from https://gitlab.com/benjgregoire/maskverif/ I (having no clue about ocaml) get, after installing all the missing libraries, the error message + ocamlfind ocamlopt -rectypes -cclib -lrt -linkpkg -g -thread -package zarith,unix,menhirLib,ocamlgraph -I src src/util.cmx src/expr.cmx src/pexpr.cmx…