------------------------------------------------------------------------------
INSTALL:
------------------------------------------------------------------------------

Run the 'configure' script with an optional installation prefix as argument
(default is '--prefix=/usr/local').  Then type 'make' followed by 'make
install', after which you can clean up the compilation directory with 'make
distclean'.  By default a library
  
  $(PREFIX)/lib/libccmallo.o

is installed and for each available C++ compiler a C++ wrapper is installed:

  $(PREFIX)/lib/ccmalloc-gcc.o
  $(PREFIX)/lib/ccmalloc-g++.o
  $(PREFIX)/lib/ccmalloc-CC.o		# not working yet !!!
  ...


You should copy 'ccmalloc.cfg' as '.ccmalloc' to your project directory and
read it carefully.

The distribution also contains some tests that can be run by issuing the
command 'make test'.  However the output of the test cases has to be
inspected manually.

------------------------------------------------------------------------------
(C) 1997-2001 Armin Biere
$Id$
------------------------------------------------------------------------------