Browse thread
OCaml 3.11.0 release candidate
[
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: | Stéphane Glondu <steph@g...> |
| Subject: | Re: [Caml-list] OCaml 3.11.0 release candidate |
Richard Jones wrote: > Two camlp4 packages so far have given this error message, which is new > since I tried 3.11.0+beta1: You mean two packages using camlp4, don't you? > File "_none_", line 1, characters 0-1: > Error: Error while linking /usr/lib/ocaml/camlp4/camlp4lib.cma(Camlp4): > Reference to undefined global `Dynlink' That's probably a fix to be done in the packages using camlp4. See: http://caml.inria.fr/mantis/view.php?id=4568 Maybe it should be documented as a "can possibly break existing code (actually, Makefiles)" in the Changes file...? Cheers, -- Stéphane