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 EC443BC40 for ; Tue, 26 Oct 2004 23:00:07 +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 i9QL07Jc024915 for ; Tue, 26 Oct 2004 23:00:07 +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 XAA20209 for ; Tue, 26 Oct 2004 23:00:07 +0200 (MET DST) Received: from smtp005.mail.ukl.yahoo.com (smtp005.mail.ukl.yahoo.com [217.12.11.36]) by nez-perce.inria.fr (8.13.0/8.13.0) with SMTP id i9QL06RY013678 for ; Tue, 26 Oct 2004 23:00:06 +0200 Received: from unknown (HELO ?82.121.16.84?) (sejourne?kevin@82.121.16.84 with plain) by smtp005.mail.ukl.yahoo.com with SMTP; 26 Oct 2004 21:00:04 -0000 Message-ID: <417EBC13.4010101@yahoo.fr> Date: Tue, 26 Oct 2004 23:05:23 +0200 From: sejourne_kevin User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: fr, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: Problem with location. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Miltered: at concorde with ID 417EBAD7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 417EBAD6.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocamlrun:01 usr:01 ocaml:01 ocaml:01 htmlman:01 usr:01 ocamlrun:01 cduce:01 configuring:01 cduce:01 ...:98 bin:01 bin:01 caml:02 debian:02 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=none autolearn=disabled version=3.0.0 X-Spam-Level: Hi list. On my linux(debian) ocamlrun is in /usr/bin. I remember that ocaml are is this directory on all other linux I try. This is a probleme for script mode : http://caml.inria.fr/ocaml/htmlman/manual023.html " #!/usr/local/bin/ocamlrun /usr/local/bin/ocaml " because with this force me to use an unstandard way. I can't make a program that use the script mode and give it to people. The trick use in cduce for configuring isn't nice(http://www.cduce.org) because it take two files... How can I solve my problem ?? regards, Kévin.