From: Peter J. <pe...@jo...> - 2005-11-24 23:27:02
|
Dave Harrison wrote: > Quick question, I installed ocaml using darwinports, and now I want to install > extlib. I tried downloading and running the install, but I get this message : > >> sh: line 1: ocamlfind: command not found >> Findlib not found. > > Googling around hasn't brought me much luck in solving this, has anyone got any > advice on what I can do to fix this ? What needs fixing? You don't need findlib (you probably want it, but it's not needed to install extlib), so the fact that it hasn't been found shouldn't be a problem. The installer should continue after that message - is it actually aborting, and if so, is it printing any error messages? |