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: | 2006-02-14 (12:52) |
From: | Alain Frisch <Alain.Frisch@i...> |
Subject: | Re: [Caml-list] Link errors with O'Caml 3.09 on MacOS |
Hello Marry, Mary Fernandez wrote: > Is this patch installed in the current release 3.09.1? Yes. > but I can't find any doc to be sure, and we are still > getting link errors. Do you get the same errors or different ones? Another issue with -pack could explain link errors: http://caml.inria.fr/mantis/view.php?id=3827 When you pack units together with ocamlopt, you must ensure that the compiler sees the .cmi files (you must give -I options). This was not the case before OCaml 3.09. I can indeed reproduce link errors with a trivial program using Camomile. I guess Camomile's Makefile has to be fixed. Alain