Changeset 171 for trunk/docs/TODO


Ignore:
Timestamp:
Jul 8, 2008, 11:16:14 AM (16 years ago)
Author:
katerina
Message:

Include dnmalloc (ticket #108) and fix bugs #106 (EINPROGRESS) and #107 (compressBound).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/TODO

    r170 r171  
     1gcc -g -DDNMALLOC_DEBUG=1 -DUSE_MALLOC_LOCK=1 -Wall -O2 -o dnmalloc-1.0.beta5-rw.o -c   src/dnmalloc-1.0.beta5-rw.c
    12
    2 check reported problem with rpmbuild (samhain_setpwd)
     3gcc -g -Wall -O2 -o t-test.o -c src/t-test1.c
     4gcc -g -DUSE_MALLOC_LOCK=1 -Wall -O2 -o dnmalloc-1.0.beta5-rw.o -c   src/dnmalloc-1.0.beta5-rw.c
     5gcc -g -lpthread -o t-test t-test.o dnmalloc-1.0.beta5-rw.o
     6./t-test
     7
Note: See TracChangeset for help on using the changeset viewer.