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 AAA15388; Thu, 13 Jun 2002 00:05:01 +0200 (MET DST) 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 AAA05801 for ; Thu, 13 Jun 2002 00:05:00 +0200 (MET DST) Received: from cs.bu.edu (cs.bu.edu [128.197.12.2]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g5CM4xb20053 for ; Thu, 13 Jun 2002 00:04:59 +0200 (MET DST) Received: from csa.bu.edu (zhudp@csa [128.197.12.3]) by cs.bu.edu (8.12.2/8.12.2) with ESMTP id g5CM4vF2026613 for ; Wed, 12 Jun 2002 18:04:58 -0400 (EDT) Received: from localhost (zhudp@localhost) by csa.bu.edu (8.10.1/8.10.1) with ESMTP id g5CM4s328180 for ; Wed, 12 Jun 2002 18:04:54 -0400 (EDT) X-Authentication-Warning: csa.bu.edu: zhudp owned process doing -bs Date: Wed, 12 Jun 2002 18:04:54 -0400 (EDT) From: dengping zhu X-Sender: zhudp@csa.bu.edu To: Ocaml Subject: [Caml-list] compile problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, all, I wrote a file name foo.ml, which included some syntax of camlp4. When I use the command: ocamlc -pp "camlp4o pa_extend.cmo q_MLast.cmo" -I +camlp4 -c foo.ml I got the following error message: sh: camlp4o: execute permission denied Preprocessing error I run the command under my home directory. I am not the 'root'. Does it mean that only the user 'root' can execute this command? But, on the other hand, when I enter the ocaml mode, I can do as follows: # #load "camlp4.cma";; # #load "pa_extend.cmo";; # #load "q_MLast.cmo";; # #use "foo.ml";; Can somebody tell me the reason? Thanks a lot! Dengping ------------------- 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