This document assumes that you have successfully compiled the Psys libraries. This document also assumes that you have uncompressed and untarred the Log file, and installed it in the chipmunk directory.
Begin by descending to the log/src directory. At this point OS/2 users only should execute the following commands.
cp Makefile.os2 Makefile
cp ana/Makefile.os2 ana/Makefile
All users should now edit the files Makefile and ana/Makefile, and make any necessary changes. Comments in the Makefile will guide you through these changes; the changes are labeled with the markers (1), (2), (3), ect.
Once these edits are made, check to see if your platform is listed below. If it is, execute the command under the platform name in the log/src directory.
Once these changes are made, execute the command
make install
If things are working correctly, a long series of compilations, linkings, and file movements should occur without error. This will create the programs chipmunk/bin/diglog, chipmunk/bin/analog, and chipmunk/bin/loged. To check basic functionality, try to run these three programs. For each program, two windows should appear on program launch, one called newcrt and one called mylib. Type :exit in the newcrt window to leave analog and diglog. Type exit in the newcrt to leave loged. See the user documentation for information on using these tools.
Its quite possible that compilation did not proceed smoothly, or that execution problems happen while using the tool. Here are some possible ways that things could have went wrong, along with suggestions.
If these suggestions don't help you compile Log, I'd be happy to offer suggestions; press here for more information about asking for help.