Installing ocaml findlib-1.6.2 for using batteries included in Eclipse OcaIDE
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to install ocamlfind (github source code findlib-1.6.2) so that I can use the opam install batteries through cygwin.
After hours of fixing paths, and moving missing files from version 1.5.6, I'm stuck at the following error:
Error on dynamically loaded library: dllunix.so: No such file or directory
make[1]: *** {Makefile:47: ocamlfind] Error 2
make: *** {Makefile:13: all] Error 2
If anyone has installed ocamlfind by hand from source code using the instructions at https://github.com/whitequark/ocaml-findlib/blob/master/INSTALL https://github.com/whitequark/ocaml-findlib/blob/master/INSTALL
please let me know how you fixed the errors with the missing dynaically linked libraries. This is for someone paying me to create a tool for research and I'm afraid I'll lose the grant if I don't fix this soon.