Installation for Objective Caml (ocamltk40-R10x) : For the others distributions, please consultt the INSTALL file inside the archives ---------------------------------------------------------------------------------- 0- The file ocamltk40-R10x.tar.gz must be uncompressed and untarred in the the otherlibs/ directory of your Objective Caml distribution, where it will give a Makefile.config file and a camltk4/ directory 1- Check for possible patches available by anonymous FTP at ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/camltk with names such as ocaml-patch1, and apply these patches, in order. 2- Configuration Edit Makefile.config. You must check at least the following variables X11_INCLUDES, X11_LIB, TCLINCLDIR, TKINCLDIR, TCLLIBDIR, TKLIBDIR, TKLIBS and STATIC. 3- Compilation Go in otherlibs/camltk4 and type 'make'. 4- Installation Go in otherlibs/camltk4 and type 'make install'. Installation copies a bunch of .cmi and .cma files to the Objective Caml library directory (LIBDIR, usually /usr/local/lib/objective-caml). An Objective Caml toplevel with CamlTk is installed in LIBDIR as "camltktop".