Le mardi 21 décembre 2010 04:02:13, Michael Ekstrand a écrit :
> So, the real solution is to use a shell script which wraps 'camlp4o' and
> looks up the appropriate package lines with ocamlfind.  It will do
> something like
> 
> camlp4 $(ocamlfind -predicates preprocesor,syntax -syntax camlp4o
> -package lwt.syntax)

Would 
  camlp4o `ocamlfind query lwt.syntax}`/pa_lwt.cmo
do ?

Romain

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to