Browse thread
[Caml-list] troubleshooting problem related to garbage collection
[
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: | Mattias Waldau <mattias.waldau@a...> |
| Subject: | RE: possible solution to [Caml-list] The DLL-hell of O'Caml |
> I have an undergrad thesis student who is working on a > ``dynamic load via http (including https) with local cache''. > She will be done by May 1 (in order to graduate :-). > > It will attempt to load byte-code versions if running in > byte-code, and the appropriate native-code versions if > natively compiled. That is a simple enough idea that could work for pure O'Caml code. Will it handle different versions of the same library? Can I have two versions of the PCRE simultaneously? How can we handle Ocaml-code that depend on C-libraries, like PCRE? Any ideas? /mattias ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners