[Caml-list] ocamlc linking with .dll

2009-03-20 Thread Matthieu Dubuget
According to the manual, for ocamlc: Arguments ending in .so (.dll under Windows) are assumed to be C shared libraries (DLLs). During linking, they are searched for external C functions referenced from the Caml code, and their names are written in the generated bytecode executable. The

Re: [Caml-list] Compiling ocaml-ssl under windows (mingw)

2009-03-20 Thread Jerome Vouillon
Hi Alan, On Fri, Mar 20, 2009 at 03:38:22PM +0100, Alan Schmitt wrote: I am trying to use lwt under windows (using mingw), and I cannot get it to compile, because I cannot compile the required ocaml-ssl. I believe you can compile Lwt without the ocaml-ssl library by just removing file

Re: [Caml-list] Compiling ocaml-ssl under windows (mingw)

2009-03-20 Thread Alan Schmitt
On 20 mars 09, at 16:25, Jerome Vouillon wrote: Hi Alan, On Fri, Mar 20, 2009 at 03:38:22PM +0100, Alan Schmitt wrote: I am trying to use lwt under windows (using mingw), and I cannot get it to compile, because I cannot compile the required ocaml-ssl. I believe you can compile Lwt without

[Caml-list] Camlp4 help

2009-03-20 Thread Andre Nathan
Hello I'm just beginning with camlp4 here, and I'm stuck with what I think is a precedence issue. I have the following syntax extension: open Camlp4.PreCast open Syntax let sum = Gram.Entry.mk sum EXTEND Gram expr: LEVEL top [ [ sum; do; seq = LIST1 sum; done - :expr do {