[
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: | 2005-05-03 (16:52) |
From: | Damien Doligez <damien.doligez@i...> |
Subject: | Re: [Caml-list] MacOS self-extracting binary |
On May 3, 2005, at 17:45, William D. Neumann wrote: > It installs by defoult in /usr/local/{bin | lib/ocaml | man/man(1|3)} Correct. > If you pick up the program Pacifist[1], you can easily examine the > contents of pkg files, ond you can also extract the contents to a > non-standard location. In the case of OCaml, it will not work well if you install it in a non-standard location because the commands need to know where to find each other and the standard library files. If you need it somewhere else, you will have to configure and recompile from source. -- Damien