[
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: | Tiphaine Turpin <Tiphaine.Turpin@i...> |
| Subject: | Re: [Caml-list] Batteries conflicts with Extlib |
Well, the easiest solution that I found was to - wrap my extlib-dependent library into one that don't use it in its interface - make a big .cma with it - compile the rest against it and without extlib. This seems to work. Tiphaine Tiphaine Turpin a écrit : > Hi, > > Is there a simple way to mix in the same project, > - ocaml batteries > - some library whose API refers to (some old version of) extlib > ? > > Thanks, > > Tiphaine > > _______________________________________________ > 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 > >