protz / ocaml-installer

The official windows installer (built using NSIS) for OCaml
http://protz.github.com/ocaml-installer/
GNU General Public License v3.0
66 stars 11 forks source link

4.01 installer does not install findlib #28

Closed kcrary closed 10 years ago

kcrary commented 10 years ago

The Ocaml for Windows web page says that the installer is supposed to install findlib, but it doesn't.

protz commented 10 years ago

Hi,

If you open up a cygwin terminal, what does "which ocamlfind" give you? There should be the ocamlfind utility located inside the bin/ folder of your installation.

~ jonathan

On Tue 13 May 2014 11:27:13 PM CEST, Karl Crary wrote:

The Ocaml for Windows web page says that the installer is supposed to install findlib, but it doesn't.

— Reply to this email directly or view it on GitHub https://github.com/protz/ocaml-installer/issues/28.

kcrary commented 10 years ago

Oh, I was expecting it to be called findlib, not ocamlfind. Never mind.