Browse thread
OCaml version 3.11.0+beta1
[
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: | 2008-10-15 (15:37) |
From: | Alain Frisch <alain@f...> |
Subject: | Re: [Caml-list] OCaml version 3.11.0+beta1 |
Andres Varon wrote: > One more question: is it always compiled? or is dynlink.cmxa simply not > available in some architectures? if yes, what are those? As far as I can tell, dynlink.cmxa is always compiled. You will get error when "ocamlopt -shared" on those architecture where natdynlink is not supported. -- Alain