File: INSTALL

package info (click to toggle)
ccmalloc 0.4.0-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 488 kB
  • ctags: 446
  • sloc: ansic: 4,493; sh: 523; makefile: 105; cpp: 89
file content (30 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
------------------------------------------------------------------------------
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/libccmalloc.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-2003 Armin Biere
$Id: INSTALL,v 1.6 2003/02/03 08:03:54 biere Exp $
------------------------------------------------------------------------------