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:44) |
From: | Andres Varon <avaron@g...> |
Subject: | Re: [Caml-list] OCaml version 3.11.0+beta1 |
On Oct 15, 2008, at 11:37 AM, Alain Frisch wrote: > 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. OK. Would you recommend that configure scripts use this test to verify if the functionality is supported? Andres > > > -- Alain >