caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocamlbuild plugin linking phase
@ 2009-05-08 13:27 Daniel Bünzli
  2009-05-09 17:51 ` [Caml-list] " Nicolas Pouillard
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Bünzli @ 2009-05-08 13:27 UTC (permalink / raw)
  To: OCaml List

Is there a way to add options to the plugin linking phase (I'd like to  
link my plugin with Str) ?

Thanks,

Daniel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] ocamlbuild plugin linking phase
  2009-05-08 13:27 ocamlbuild plugin linking phase Daniel Bünzli
@ 2009-05-09 17:51 ` Nicolas Pouillard
  2009-05-09 19:07   ` Daniel Bünzli
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Pouillard @ 2009-05-09 17:51 UTC (permalink / raw)
  To: Daniel Bünzli; +Cc: OCaml List

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] ocamlbuild plugin linking phase
  2009-05-09 17:51 ` [Caml-list] " Nicolas Pouillard
@ 2009-05-09 19:07   ` Daniel Bünzli
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Bünzli @ 2009-05-09 19:07 UTC (permalink / raw)
  To: OCaml List


Le 9 mai 09 à 19:51, Nicolas Pouillard a écrit :

> 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).

Yes. Thanks.

Daniel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-09 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-08 13:27 ocamlbuild plugin linking phase Daniel Bünzli
2009-05-09 17:51 ` [Caml-list] " Nicolas Pouillard
2009-05-09 19:07   ` Daniel Bünzli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).