          MODULE=gc
         VERSION=6.0
          SOURCE=$MODULE$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
   SOURCE_URL[0]=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$SOURCE
        WEB_SITE=http://www.hpl.hp.com/personal/Hans_Boehm/gc/
         ENTERED=20020314
         UPDATED=20020314
           SHORT="a Garbage collector"
cat << EOF
The Boehm-Demers-Weiser conservative garbage collector 
can be used as a garbage collecting replacement for C 
malloc or C++ new. It is also used by a number of 
programming language implementations that use C as 
intermediate code. Alternatively, it may be used as 
a leak detector for C or C++ programs. A slightly 
older version of the garbage collector is also 
included as part of the GNU compiler (gcc) distribution. 
EOF
