From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 74E94BC40 for ; Thu, 28 Oct 2004 16:56:46 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i9SEukYh003319 for ; Thu, 28 Oct 2004 16:56:46 +0200 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 QAA22910 for ; Thu, 28 Oct 2004 16:56:45 +0200 (MET DST) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i9SEuibJ020190 for ; Thu, 28 Oct 2004 16:56:45 +0200 Received: by wproxy.gmail.com with SMTP id 64so488925wri for ; Thu, 28 Oct 2004 07:56:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=IWjSdZMlHOjsi7nKQKs/MZCro1PbW8Vv2FET6m4ZzJyf/AKf9dGl2k0awOB+3Hey+DrMTCpgm6aId/Gzi0xKPlCqxccivOgi6VSBqR3Ad/VTbzfH4ccXcftm1nVg8U380k73n7kSf+yftljYUCby3rdQd+1pY0Qa4Hf2LLPadi0= Received: by 10.38.163.52 with SMTP id l52mr1942875rne; Thu, 28 Oct 2004 07:56:44 -0700 (PDT) Received: by 10.38.14.54 with HTTP; Thu, 28 Oct 2004 07:56:44 -0700 (PDT) Message-ID: Date: Thu, 28 Oct 2004 10:56:44 -0400 From: John Prevost Reply-To: John Prevost To: Thomas Fischbacher Subject: Re: [Caml-list] Arg parsing Cc: caml-list@inria.fr In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041026201338.GA29858@force.stwing.upenn.edu> X-Miltered: at concorde with ID 418108AE.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 418108AC.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; prevost:01 prevost:01 caml-list:01 parsing:01 wrote:01 wrote:01 ocaml:01 'print:01 ocaml:01 command-line:01 precisely:01 physik:02 perhaps:03 arg:03 needing:04 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.0 X-Spam-Level: On Thu, 28 Oct 2004 14:44:27 +0200 (CEST), Thomas Fischbacher wrote: > On Wed, 27 Oct 2004, John Prevost wrote: > > > The above works as long as you don't also want to give arguments to > > ocaml itself. > > But that is precisely what I want. Please have a look at my postings. Well, could you be a bit more precise about what you need? The only bit I see from your previous postings: > tf@ouija:~$ perl -e 'print @ARGV' -- one tooth ree is covered by what I have said, without needing --. Exactly what options are you trying to give to ocaml, and what problem are you seeing? Perhaps if you gave us the specific command-line you're trying to run, everything would be more clear. John.