Bug#404393: Solution found

2006-12-25 Thread Sylvain Le Gall
Hello, In gmane.linux.debian.devel.ocaml, you wrote: > > Hmm, > > Looks like this is not a bug, but rather a "mis-feature". > > If I change the compile comand to: > > ocamlopt -I +camlimages ci_core.cmxa oImage.cmx ci_jpeg.cmxa ci_png.cmxa \ > load_image.ml -o load_image > > it works. >

Bug#404393: Solution found

2006-12-24 Thread Erik de Castro Lopo
Hmm, Looks like this is not a bug, but rather a "mis-feature". If I change the compile comand to: ocamlopt -I +camlimages ci_core.cmxa oImage.cmx ci_jpeg.cmxa ci_png.cmxa \ load_image.ml -o load_image it works. I'm still not sure why oImage.cmx is needed and why oImage.cmxa doesn'