Browse thread
Link errors with O'Caml 3.09 and Camlidl 1.05
[
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: | 2005-11-23 (15:34) |
From: | Alain Frisch <Alain.Frisch@i...> |
Subject: | Re: [Caml-list] Link errors with O'Caml 3.09 on MacOS |
Mary Fernandez wrote: > Hi Damien, > Thanks for your quick response. I have another linking > problem on the Mac O/S 10.4 with O'Caml 3.09. I'm getting > undefined _caml* symbols (see below). From the link step, > you can see that I'm using a lot of libraries > (pcre, netstring, pxp, camomile, etc). I suspect that one of the libraries uses the -pack option (probably camomile). Unfortunately, this option does not work well under OCaml 3.09 (with ocamlopt). You can try to apply to OCaml the patch from here: http://caml.inria.fr/mantis/view.php?id=3825 -- Alain