I downloaded findlib from http://download.camlcity.org/download/findlib-1.3.2.tar.gz. After configure
successfully, make all
reports:
for p in findlib; do ( cd src/$p; make all ); done
"Makefile", line 141: Could not find depend
make: fatal errors encountered -- cannot continue
*** Error code 1enter code here
I am using FreeBSD 9.0. After pkg_add -r ocaml
, there is no findlib.
Sincerely!
Apparently there is an up-to-date ocaml-findlib port. Have you tried it?