
This utility is written in Objective-C. 
You need an Objective-C compiler to compile it :

	http://objc.sourceforge.net

The installation procedure is :

1. Get flex (if not present on your system)
This should not be necessary, most Linux distributions have flex
ftp://ftp.gnu.org

2. Get Berkeley Yacc (and install as "byacc")
Some Linux distributions already have "byacc"
http://metalab.unc.edu/pub/Linux/devel/compiler-tools/yacc-1.9.1.tar.Z

3. Get Objective-C compiler bootstrap
Run ./configure;make;make install to install this
http://objc.sourceforge.net/objc-bootstrap-x.x.x.tar.gz

4. Get Objective-C compiler
Install this after step 3!
http://objc.sourceforge.net/objc-x.x.x.tar.gz

5. Then do a ./configure;make;make install of "ECC"

I wrote the software on Slackware 7.1 Linux.

If the package compiles and works on other platforms, feel free to let me know.

