-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Don't know if that's worth fixing here, but just wanted to report it in case someone else runs into a similar issue. The ocamlfind installed by the dunified package cannot find its configuration file, and as a result ocamlfind printconf destdir returns the empty string:
$ ocamlfind printconf destdir
$ ocamlfind printconf
Effective configuration:
Configuration file:
(not found)
Search path:
/home/dim/.opam/default/lib
Packages will be installed in/removed from:
(not found)
META files will be installed in/removed from:
the corresponding package directories
The standard library is assumed to reside in:
/home/dim/.opam/default/lib/ocaml
The ld.conf file can be found here:
/home/dim/.opam/default/lib/ocaml/ld.conf
This causes dune install to behave in a weird way. I'm currently fixing the Dune of things.
Metadata
Metadata
Assignees
Labels
No labels