Re: [Caml-list] Native dynlink on 3.11: a request for packagers

2008-11-26 Thread Stefano Zacchiroli
On Tue, Nov 25, 2008 at 08:36:28PM +0100, Daniel Bünzli wrote: To make it easy to do this for a module or a library would it be possible to add a new default %.cmxs target in ocamlbuild before 3.11 is released (or is it already too late) ? Good idea. ... even though I doubt in practice it

Re: [Caml-list] OCaml 3.11.0 release candidate

2008-11-26 Thread Xavier Leroy
Damien Doligez wrote: We are closing in on version 3.11.0. A Release Candidate is now available. The release candidate is available here: http://caml.inria.fr/pub/distrib/ocaml-3.11/ The documentation for 3.11 is also available from the same place. The HTML manual can be browsed online at

[Caml-list] Tutorial example for nat dynlink

2008-11-26 Thread Yves Bertot
Hello, I have been trying to build a small example hello world program using native dynlink, but I don't manage to make it work. Could please send me some advice? Here are my programs: toto.mli val ff : (unit - unit) ref;; toto.ml - Dynlink.init();; let ff = ref

Re: [Caml-list] OCaml 3.11.0 release candidate

2008-11-26 Thread Andres Varon
On Nov 26, 2008, at 12:38 PM, Andres Varon wrote: On Nov 26, 2008, at 12:05 PM, Xavier Leroy wrote: So far our tests have compiled and run successfully in most platforms [1] excepting Windows 64 bits (but it's the first time I attempt to compile in this architecture). I am getting this

Re: [Caml-list] OCaml 3.11.0 release candidate

2008-11-26 Thread Andres Varon
On Nov 26, 2008, at 12:05 PM, Xavier Leroy wrote: So far our tests have compiled and run successfully in most platforms [1] excepting Windows 64 bits (but it's the first time I attempt to compile in this architecture). I am getting this error message: There are two problems with Windows 64