Windows 7にwodi64をインストールしました。単純なhello worldプログラムをコンパイルしようとすると、次のようになります。
ocamlopt -o hello hello.ml
エラーが発生します:
File "hello.ml", line 1:
Error: Corrupted compilation unit description
C:/wodi64/opt/wodi64/lib/ocaml/std-lib\pervasives.cmx
hello.ml ファイルの内容は次のとおりです。
print_string "Hello world!\n";;
これを解決する方法について何か考えはありますか?ありがとう。