[Omake] Does vmount work?

Dmitry Bely dmitry.bely at gmail.com
Sat Feb 2 15:47:21 PST 2008


Does anybody successfully use plain vmount without '-l' or '-c' on
Windows? The problem is that Ocaml compilers (as of version 3.10.1)
put a result of compilation to the source file's directory:

ocamlc -c ..\src\foo.ml

yelds ..\src\foo.cmo, not foo.cmo in the current directory (is it any
different on Unix?). To put foo.cmo to the current directory one
should use

ocamlc -c -o foo.cmo ..\src\foo.ml

(even when several targets are expected to be generated as foo.cmo &
foo.cmi!). Omake fails to do that and vmount does not work. If my
analysis is correct, what tool should be fixed - Ocaml compiler or
omake?

- Dmitry Bely


More information about the Omake mailing list