From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=AWL,NO_REAL_NAME autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 39DB1BC0A for ; Tue, 17 Apr 2007 18:04:01 +0200 (CEST) Received: from server2.thinkcrime.de (server2.thinkcrime.de [213.133.110.149]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3HG40qY008214 for ; Tue, 17 Apr 2007 18:04:01 +0200 Received: from hod-sarge-2005-10.lan.m-e-leypold.de (dslb-088-072-220-162.pools.arcor-ip.net [88.72.220.162]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server2.thinkcrime.de (Postfix) with ESMTP id 044EE48800D for ; Tue, 17 Apr 2007 18:04:02 +0200 (CEST) Received: by hod-sarge-2005-10.lan.m-e-leypold.de (Postfix, from userid 1003) id 4E28C376CA; Tue, 17 Apr 2007 18:11:35 +0200 (CEST) To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Re: stand-alone top-level References: <7625D6A1880B4C4DA11D2EBB8B43D2B90174741A@FRDEF-EXMB03.europe.am.socgen> <4624D87D.9020906@podval.org> Organization: Leypold, Software-Dienstleistungen und -Beratung From: ls-ocaml-developer-2006@m-e-leypold.de Date: Tue, 17 Apr 2007 18:11:35 +0200 In-Reply-To: <4624D87D.9020906@podval.org> (Sam Steingold's message of "Tue, 17 Apr 2007 10:23:57 -0400") Message-ID: User-Agent: Some cool user agent (SCUG) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Miltered: at concorde with ID 4624EFF0.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; toplevel:01 compilation:01 cmi:01 cmxa:01 optionally:01 cmi:01 toplevel:01 markus:01 wrote:01 caml-list:01 interfaces:01 writes:01 cma:01 modules:02 checking:02 Sam Steingold writes: > EL CHAAR Rabih SGAM/AI/SAM wrote: >> If you speak about the toplevel as interactive, it needs to see the >> modules interfaces in order to do the type checking, compilation, >> ... These were always in cmi files, which are not embedded in >> libraries (cma or cmxa). > > it would be nice if they were optionally embeddable in the interactive > top-level. I suggest tar-ing the *.cmi and the toplevel together, copying them to the target machine and un-tar-ing? Or rsyncing a complete directory? You could automate all this with a script. Regards -- Markus