Add -runtime-search to ocamlc
-runtime-search {disable|enable|always} adds new features to the
launcher used for bytecode executables which do not embed their own
runtime. By default, the header continues to behave as before - the
launcher will attempt to start the runtime using the absolute path which
the compiler was configured with.
The new search mode will then search for the runtime first in the
directory containing the running executable and then in PATH.