RE: [Caml-list] how to use c wrapper files in libraries

2009-07-21 Thread RABIH.ELCHAAR
d'origine- De : caml-list-boun...@yquem.inria.fr [mailto:caml-list-boun...@yquem.inria.fr] De la part de Aaron Bohannon Envoyé : lundi 20 juillet 2009 18:22 À : EL CHAAR Rabih SGAM/AI/SAM Cc : caml-list@yquem.inria.fr Objet : Re: [Caml-list] how to use c wrapper files in libraries Thank you

Re: [Caml-list] how to use c wrapper files in libraries

2009-07-21 Thread Aaron Bohannon
 : Re: [Caml-list] how to use c wrapper files in libraries Thank you.  This does clarify some things.  Everything works like clockwork after reworking things this way. Based on the output of ocamlc -verbose, it seems that if you pass file.o file to ocamlc -a, it does nothing except remember

[Caml-list] how to use c wrapper files in libraries

2009-07-20 Thread Aaron Bohannon
Hello, I am trying to use the wrapper for libsndfile contributed by Erik de Castro Lopo (http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=556). The wrapper code compiles just fine. And the tests that use the OCaml library it builds work just fine. However, I am having a frustrating compile-time

RE: [Caml-list] how to use c wrapper files in libraries

2009-07-20 Thread RABIH.ELCHAAR
20 juillet 2009 16:28 À : caml-list@yquem.inria.fr Objet : [Caml-list] how to use c wrapper files in libraries Hello, I am trying to use the wrapper for libsndfile contributed by Erik de Castro Lopo (http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=556). The wrapper code compiles just fine

Re: [Caml-list] how to use c wrapper files in libraries

2009-07-20 Thread Erik de Castro Lopo
Aaron Bohannon wrote: I am trying to use the wrapper for libsndfile contributed by Erik de Castro Lopo (http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=556). The wrapper code compiles just fine. Oh wow, I never realised that made it into the Hump. I did the wrapper as part of an experiement