Hello, I'm having some problem with stublibs. I'm trying to build an example for ocamlsdl and it seems that it cannot find dlls (dllbigarray) in the standard directory, any more:
ocamlc.opt -c -w s -I +sdl test_cdrom.ml ocamlc.opt -o test_cdrom.test -I +sdl bigarray.cma sdl.cma test_cdrom.cmo Error on dynamically loaded library: dllbigarray.so: cannot open shared object file: No such file or directory $ dpkg -L ocaml-base ... /usr/lib/ocaml/3.06/stublibs/dllbigarray.so ... $ dpkg -L ocaml ... /usr/lib/ocaml/3.06/bigarray.cma ... I can't find the pb. Thanks. Cheers, -- Jérôme Marant http://marant.org

