Browse thread
Re: [Caml-list] Bug in Unix library on Mac?
[
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-01-27 (15:41) |
From: | Christophe TROESTLER <debian00@t...> |
Subject: | Re: [Caml-list] binary compatibility of 3.08.3 |
On Thu, 13 Jan 2005, Jacques Garrigue <garrigue@math.nagoya-u.ac.jp> wrote: > > It is reasonnable to assume that 3.08.3 will not be binary compatible. BTW, what about then changing the library locations (e.g. /usr/lib/ocaml/3.08) to include the "minor number" (e.g. /usr/lib/ocaml/3.08.3)? [Applies also to ld.conf, /usr/local, the default findlib location,...] That would make easy to have several versions of OCaml installed on the same machine (especially for /usr/local) and will make it clear one has to recompile existing libraries. My 2¢, ChriS