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 PAA22009; Tue, 22 Apr 2003 15:08:55 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA22084 for ; Tue, 22 Apr 2003 15:08:54 +0200 (MET DST) Received: from ux9.sp.cs.cmu.edu (UX9.SP.CS.CMU.EDU [128.2.220.166]) by concorde.inria.fr (8.11.1/8.11.1) with SMTP id h3MD8pv06235 for ; Tue, 22 Apr 2003 15:08:51 +0200 (MET DST) Received: from 12-227-106-227.client.attbi.com ([12.227.106.227]) by ux9.sp.cs.cmu.edu id aa19337; 22 Apr 2003 9:08 EDT Received: from ecc by stratocaster.home with local (Exim 3.36 #1 (Debian)) id 197xVc-0006Jd-00 for ; Tue, 22 Apr 2003 09:08:28 -0400 Date: Tue, 22 Apr 2003 09:08:28 -0400 To: caml-list@inria.fr Subject: Re: [Caml-list] lablgtk newbie question Message-ID: <20030422130828.GA24234@ecooper.com> Mail-Followup-To: caml-list@inria.fr References: <20030422105529.GA11783@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030422105529.GA11783@redhat.com> User-Agent: Mutt/1.5.3i From: "Eric C. Cooper" X-Spam: no; 0.00; caml-list:01 lablgtk:01 newbie:01 usr:01 3.06:01 bin:01 ocaml:01 caml:01 directive:03 cma:03 interpreter:03 wrote:03 cooper:06 load:06 eric:06 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Tue, Apr 22, 2003 at 11:55:29AM +0100, Richard Jones wrote: > Why do I have to run lablgtk programs using the 'lablgtk' interpreter? > What does this do above and beyond ordinary /usr/bin/ocaml? You don't; you can do the following instead: $ ocaml -I +lablgtk lablgtk.cma Objective Caml version 3.06 # I think lablgtk is a hold-over from the days when the interpreter didn't support the #load directive, so you had to build custom top-levels with various libraries. -- Eric C. Cooper e c c @ c m u . e d u ------------------- 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