
PM: The Package Manager

To install:

    ./configure
    make
    make install


To compile for debugging purposes:

    ./configure --with-dmalloc
    (cd gdbm-1.7.3; make CFLAGS=-g)         # if desired
    make

    Then, for example:
        setenv DMALLOC_OPTIONS debug=0x2a06683
    to activate some reasonable dmalloc options.

