> You did not specify the platform but on osx 10.6.3 sdl+lablgl works. I'm using Linux. (and glMLite does work on MacOSX too)
> > sdl+LablGL in interpreted mode => Failure > > Works but you need to make a custom toplevel (see ocamlsdl's readme about > osx). > > $ ocamlmktop -I +lablGL -I +sdl -custom -o ocamlsdl lablgl.cma > bigarray.cma sdl.cma > $ ./ocamlsdl -I +lablGL -I +sdl test.ml > > > sdl+LablGL in native code => Failure > > Works here with > > $ ocamlopt -I +lablGL lablgl.cmxa bigarray.cmxa -I +sdl sdl.cmxa test.ml -o > test OK, so I guess the problem is specific for Linux -- Best, Florent _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs