mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
$ ocamlobjinfo /usr/lib64/ocaml/guestfs/mlguestfs.cma File /usr/lib64/ocaml/guestfs/mlguestfs.cma Force custom: no Extra C object files: -lmlguestfs -L../lib/.libs -lguestfs ... (and the same in mlguestfs.cmxa). This was caused because we run ocamlmklib with this -L parameter so that OCaml tests and examples will link with the local libguestfs.so (instead of the system-installed version), but for other reasons that doesn't actually work either.