当我尝试构建一些项目时,例如Jane Street 的 Hello World Core
https://bitbucket.org/yminsky/core-hello-world ,
它给了我这样的错误:
ocamlfind ocamlc -c -w @A-4-33-23 -short-paths -g -annot -thread -package core,sexplib.syntax,bin_prot.syntax,comparelib.syntax,fieldslib.syntax,variantslib.syntax,async, core_extended -syntax camlp4o -o hello_world.cmi hello_world.mli
ocamlc:未知选项 `-short-paths'。用法:ocamlfind ocamlc [options] 文件...
什么是-short-paths
以及如何启用此选项?