After the configuration is successfully finished, type 'make' to compile the source files and move all necessary files into the lib_graphic directory. The machine-dependent files will be moved into the $ARCH subdirectory, other files into the tk subdirectory of lib_graphic.
It is also possible to make a local installation which will not move the files into the ECLiPSe root directory. This might be the case e.g. when trying out a new release or when making local modifications. To do this, type 'make local'. In this case, Prolog files stay in this directory and machine-dependent files will be moved into ../$ARCH. ProTcXl can then be loaded e.g. by calling use_module(tk) in the current directory.