z_axis
z_axis

Reputation: 8460

install findlib error?

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!

Upvotes: 1

Views: 561

Answers (1)

gasche
gasche

Reputation: 31459

Apparently there is an up-to-date ocaml-findlib port. Have you tried it?

Upvotes: 3

Related Questions