Browse thread
[Caml-list] question: "autoconfiguration" of Ocaml code (checking for libraries)
[
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: | 2003-01-29 (20:04) |
From: | Will Benton <willb@c...> |
Subject: | Re: [Caml-list] question: "autoconfiguration" of Ocaml code (checking for libraries) |
You should check out autoconf; you can use it to generate Makefiles or even code. There is a free autoconf book available somewhere on redhat.com (I don't have the link in front of me ATM). It will do everything you want, though, and it is a commonplace -- everyone knows how to type "./configure && make && make install" best, wb -- Will Benton willb@acm.org ------------------- 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