conglun <
yaoconglun@...> writes:
> Dear all,
>
> I have just met a wired exception when trying to compile my ocaml code:
> Uncaught exception: Invalid_argument("waitpid not implemented")
It's very clear: waitpid is not implemented, more precisely, "waitpid
can only wait for a given PID, not any child process" on a windows
box, see
http://caml.inria.fr/pub/docs/manual-ocaml/manual035.html--
Rémi Vanicat