Hello folks,

I just built ocaml on Windows 7 (mingw).
I notice that executables compiled with ocamlc (e.g ocamlc hello.ml -o hello.exe) won't run on another machine. It says "Cannot exec ocamlrun".

It seems that executables created with ocaml are not "native" executables, because ocamlrun is still needed. On the other hand, executables compiled with ocamlopt require Cygwin DLLs.

Is there any workaround?