[
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] ocamlbuild plugin linking phase |
Excerpts from Daniel Bünzli's message of Fri May 08 15:27:40 +0200 2009: > Is there a way to add options to the plugin linking phase (I'd like to > link my plugin with Str) ? There is no support for this in ocamlbuild. However, I think you can workaround this issue by providing -ocamlc 'ocamlc str.cma' (same for ocamlopt). -- Nicolas Pouillard