我在 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";;
关于如何解决这个问题的任何想法?谢谢。