From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id WAA08949; Fri, 19 Jul 2002 22:35:58 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA08944 for ; Fri, 19 Jul 2002 22:35:58 +0200 (MET DST) Received: from relay.rinet.ru (relay.rinet.ru [195.54.192.35]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g6JKZrj01986; Fri, 19 Jul 2002 22:35:53 +0200 (MET DST) Received: (from uucp@localhost) by relay.rinet.ru (8.11.6/8.11.6) with UUCP id g6JKZqS15850; Sat, 20 Jul 2002 00:35:52 +0400 (MSD) X-Envelope-To: Bruno.Verlyck@inria.fr Received: from dialin1.stormoff (ROVER1) [192.168.0.129] by stormoff with esmtp (Exim 3.12 #1 (Debian)) id 17VeN8-00060P-00; Sat, 20 Jul 2002 00:29:07 +0400 X-Comment-To: Bruno.Verlyck@inria.fr To: Bruno.Verlyck@inria.fr Cc: caml-list@inria.fr Subject: Re: [Caml-list] Cash 0.10 References: <200206051718.g55HIlA20069@waco.inria.fr> <200207191405.g6JE5HU10490@waco.inria.fr> From: Dmitry Bely Date: Sat, 20 Jul 2002 00:29:00 +0400 In-Reply-To: <200207191405.g6JE5HU10490@waco.inria.fr> (Bruno.Verlyck@inria.fr's message of "Fri, 19 Jul 2002 16:05:17 +0200") Message-ID: User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp (Windows [3]), i586-pc-win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Bruno.Verlyck@inria.fr writes: > > I'm pleased to announce the first release (0.10) of Cash, the Caml Shell. > Just curious: is it possible to build (some subset of) Cash under > Win32? > I'm afraid you'd have to use Cygwin (and the CVS sources, or the next > version). That's enough, at least for now. Is CVS version relatively stable under Cygwin? [...] > > Also, does it need Ocaml/Ocaml libraries when running? Can I use > Cash on the computer where Ocaml itself is not installed? > I didn't tried it. You have 2 ways of using Cash: > - you can make stand-alone executables, with -custom; this should > work, but you have to compile each of your applications; > - you use it in script mode, so it uses a Caml top-level. For any > reference to the Caml standard library, the top-level must have > access to the .cmi; [...] > So for script mode, the answer is no. Thank you, now it's clear. And the Ocaml question: why "-custom" flag, passed to ocamlmktop, does not link all Ocaml libraries into the resulting executable? Am I missing something? Dmitry Bely ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners