Browse thread
Pairing ocamlbuild with ocamlfind
-
Joel Reymont
-
Nicolas Pouillard
-
Joel Reymont
- Nicolas Pouillard
-
Joel Reymont
-
Nicolas Pouillard
[
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: > > On May 23, 2007, at 3:07 PM, Nicolas Pouillard wrote: > > > You can change the ocamlc to use ocamlfind command with -ocamlc > > "ocamlfind ocamlc" and then inject flags like -package ... with > > classical ocamlbuild flag declarations. > > I apologize if I wasn't being clear. I'm trying to use ocamlfind with > ocamlbuild to install a library. > Hum, it seems that you just need to add some rules. There is a plugin example: http://gallium.inria.fr/~pouillar/ocamlbuild/plugin_example.html -- Nicolas Pouillard