OCaml installation-time fixes are not documented
Bug #741703 reported by
Luca Saiu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
marionnet |
New
|
Undecided
|
Unassigned |
Bug Description
marionnet_
See this message:
https:/
To post a comment you must log in.
We've just verified that objinfo is not even compiled by default, let alone installed with a particular name, at least in OCaml 3.11.2.
This is how to install the utility if you have installed ocaml from sources:
From the ocaml source directory it can be made with
make -C tools/ objinfo
And then installed (as root) with: bin/ocamlobjinf o
cp tools/objinfo /usr/local/