OBJ3 release 1.0 distribution, Augest 1988 When obj is built it is placed in ../bin/objprelim, and to finally install it you should rename this result to obj (this is to allow some testing before installation). If you replace ../bin by a symbolic link to some other directory you can arrange to have the system built at a different location. (You can also modify obj3-load to do this.) obj3-config (used by obj3-compile, obj3-load) should be modified. (You need to specify where KCL is located and certain paths.) in obj3-config.lsp, the definitions of "ll" and "li" should be modified. Also in this file is a list of the source files for OBJ3, certain of which are marked as implementation dependent. It may also be desirable to make some changes to obj3-load (and the same changes to obj3-load-lsp.lsp). The shell script obj3-make should build ../bin/objprelim obj3-compile only compiles (and only recently modified files are compiled) obj3-load only loads obj3-compile and obj3-load create .log files.