Browse thread
What's the purpose of the static library?
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] What's the purpose of the static library? |
Le 23 sept. 08 à 11:09, bill yan a écrit : > And we'd like to know more about the OCaml library architectures, > like on what situation dynamic libraries are used, and when static > libraries are used, and so on.. This depends on what _you_ want. The tradeoffs of dynamic vs static linking are mostly as in any other language. > Really appreciate if you could point me to a document that can help > on this topic. o Part III of the manual (especially ocamlc ocamlopt and interfacing with C). http://caml.inria.fr/pub/docs/manual-ocaml/ o Chapter 7 and 12 of the Oreilly book http://caml.inria.fr/pub/docs/oreilly-book/html/index.html Best, Daniel