Thanks for your reply. I noticed this part in the manual. But it's working
fine (cygwin + ocaml 3.09 + ocamlfind 1.1.1) before I moved to the latest
verison.
Is there approach to work around this exception, when I using
ocamlfind ocamlmktop -o mytop -package unix -linkpkg
Regards,
Conglun
On 3/28/08, Remi Vanicat < remi.vanicat%40gmail.com">remi.vanicat
gmail.com> wrote:
>
> conglun < yaoconglun%40gmail.com">yaoconglun
gmail.com <yaoconglun%40gmail.com>> 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
>
>
>
[Non-text portions of this message have been removed]
.