From: Nicolas C. <war...@fr...> - 2004-02-03 08:43:13
|
> Hi all, > I want to distribute extlib with my project and to do so I added a > Makefile to it. When compiling it on debian unstable (ocaml 3.07) > everything it's ok. When I try to compile the same code, with the same > makefile and ocaml 3.06 (debian woody) I get a complain about extString: [...] > now it compiles with ocmal 3.06, but it complains with 3.07 because > there's a dup definition... > > is it a known problem ? attached there's the makefile (using > OCamlMakefile) and the META file that might be useful having in the > extlib distribution... I didn't know there was such a problem with 3.06. Looks like it was a bug fixed in 3.07, I'm not sure it can be avoid in a compatible way... If you really need to have 3.06 support , please try to ask on the main caml list. Regards, Nicolas Cannasse |