marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00312
[Bug 741703] Re: OCaml installation-time fixes are not documented
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:
cp tools/objinfo /usr/local/bin/ocamlobjinfo
--
You received this bug notification because you are a member of
marionnet-dev, which is subscribed to marionnet.
https://bugs.launchpad.net/bugs/741703
Title:
OCaml installation-time fixes are not documented
Status in Marionnet - A virtual network laboratory:
New
Bug description:
marionnet_from_scratch performs some undocumented magic on ocaml that
is also needed when compiling from sources without the script. Such
magic *must* be documented, so that people may manually compile from
sources.
See this message:
https://lists.launchpad.net/marionnet-dev/msg00283.html
References