Dear all,
I am using eclipse to write an ocaml program with lwt support (I wrote in the first line “open Lwt”). And I want to compile it by “ make Makefile” based on the OCamlMakefile support. How should I write the Makefile? I tried “PACKS = lwt lwt.unix lwt.syntax” but it reported errors like “ocamlfind: not found”.
(I know how to compile it using oasis and ocamlbuild, but currently I prefer directly using Makefile in eclipse.)
Thanks
Yiming