Browse thread
Arg parsing
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-10-26 (21:00) |
From: | sejourne_kevin <sejourne_kevin@y...> |
Subject: | Problem with location. |
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.