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 [オプション] ファイル ...
このオプションとは何ですか-short-paths
?どうすれば有効にできますか?