
Installation instructions for TCA

The latest version of TCA is avaliable via FTP from ftp.cs.cmu.edu.

Login with userid "anonymous" and use your internet address as the
password. Then "cd project/TCA".  The latest version should be available
tar'ed and gzip'ed.  For example, version 7.6 is in file tca.7.6.tar.gz.

To install TCA:

gunzip tca.7.6.tar.gz
tar xf tca.7.6.tar
cd tca/src
gmake -k install

This should make tca/bin/central and tca/lib/libtca.a files. 

gunzip and gmake are available from the Free Software Foundation via
anonymous ftp form prep.ai.mit.edu.

NOTE: libc.h is included to provide ansi standard c definitions for
system functions.  If the compiler complains about conflicting
definitions in libc.h, then comment out the offending lines.

If gunzip and gmake are unavailable at your site, you can use the old
installation produre, with may not be as robust.

Retrieve, via ftp, the version that is compress'ed rather than tar'ed (ie
tar.7.6.tar.Z).

Then do the following:

uncompress tca.7.6.tar.Z
tar xf tca.7.6.tar
cd tca
etc/fixLinks
cd src
ln makefile.<arch> makefile.include
make -k install

In the about, arch is the architecture for your machine. This will work
if there is a file named "makfile.<arch>".
