[graphics] this package doesn't work on my computer

Hi,
I’m on archlinux, and i installed ocaml and ocaml-findlibs with pacman
and ocaml-graphics via the AUR.

i tried to compile my program :

ocamlfind ocamlopt -package graphics ...

and it didn’t work :

error : no implementations provided for the following modules: Graphics referenced from ...

in fact i don’t have graphics.cmxa or graphics.cma on my computer.

can you help me ?

well with
ocamlfind ocamlopt -package graphics -linkpkg …
it work just fine :slight_smile: