i'm having a problem while trying to compile an ocaml file with ocamlc -o hello hello.ml
it gives me this error
Error: Unbound module Core
which is weird because when i use utop and import the core std with open Core.Std;;
it does work and import it, any ideas of how to solve this problem ?
Thanks in advance