[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] Pairing ocamlbuild with ocamlfind |
On 5/23/07, Joel Reymont <joelr1@gmail.com> wrote: > What is the easiest way to pair ocamlbuild with ocamlfind to install > a library? > > ocamlfind needs to be involved with the library name which ocamlbuild > doesn't know and all the built files that ocamlbuild does now about. > You can change the ocamlc to use ocamlfind command with -ocamlc "ocamlfind ocamlc" and then inject flags like -package ... with classical ocamlbuild flag declarations. -- Nicolas Pouillard