From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id pBIGeJqP032115 for ; Sun, 18 Dec 2011 17:40:19 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An4BACAW7k7RVda2kWdsb2JhbABDhQymRQgiAQEBAQkLCwcUBCGBcgEBAQMBEgIPHQEbHgMBCwYFCwMMAiYCAiIBEQEFARwGNYdYmiwKix1IgmuEFT+IcQIFC4EkiT+BFgSUfo14PYN7 X-IronPort-AV: E=Sophos;i="4.71,372,1320620400"; d="scan'208";a="123822617" Received: from mail-tul01m020-f182.google.com ([209.85.214.182]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 18 Dec 2011 17:40:13 +0100 Received: by obbwd18 with SMTP id wd18so2291664obb.27 for ; Sun, 18 Dec 2011 08:40:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=h+Nr8BlkPbs8gWVVSsE0gSZVhzCUvahVyaC5YXZhSlA=; b=WxuLwtGM1OpJdIyI/42arMuXNAcGsuiNLKW39j4D5S617zG6blP2O2ouq8r1Hkpykh g9YINrq5ROzEtXA9tcITGFd+FiFBT7LJYdzMPU7U6aZKtOP4uo0yjXl0iov5IrOUQeNH qjsYpHnmYirXtA9zK8T7PudiVW2hceu+3zZrc= MIME-Version: 1.0 Received: by 10.182.14.5 with SMTP id l5mr8458794obc.2.1324226412357; Sun, 18 Dec 2011 08:40:12 -0800 (PST) Received: by 10.182.34.162 with HTTP; Sun, 18 Dec 2011 08:40:12 -0800 (PST) In-Reply-To: <1324223593.7750.126.camel@samsung> References: <-3085435649396878115@unknownmsgid> <1324223593.7750.126.camel@samsung> Date: Sun, 18 Dec 2011 18:40:12 +0200 Message-ID: From: Dmitry Grebeniuk To: Gerd Stolpmann Content-Type: text/plain; charset=UTF-8 Subject: Re: [Caml-list] bytecode: ./prog vs ocamlrun ./prog Hello. >> So, this is a -custom linked bytecode executable. Thanks for clarifications about -custom and dynamic loading. > ocamlc -o myrun -make-runtime unix.cma > > Then ./myrun prog should work (provided that Unix is the only missing > lib). Yes, it works (fails on the next required library). But in my practice I've never needed -make-runtime. What are the practical cases when -make-runtime is useful?