Le 23/06/2012 00:04, Ed Schwartz a écrit : >>> Why do you use -custom if your executable works with plain ocamlrun? > > The Makefile that we use (https://bitbucket.org/mmottl/ocaml-makefile) > uses -custom by default. Several libraries we link to also use > -custom. > >> See /usr/share/doc/ocaml-nox/README.Debian. > > Interesting... is the patch supposed to be compatible with ocamlrun > and ocamldebug?
No. If you need the upstream behaviour, use the OCAML_COMPAT environment variable. And keep in mind that -custom should be avoided anyway. Cheers, -- Stéphane -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

