By the way, the recommended way to install ocaml nowadays is to use opam. If you have opam installed, you can just do opam install base to install the base library and then everything should work.
You can install opam on OS X by doing brew install opam.
Cheers,
Nicolas