source: trunk/docs/TODO@ 190

Last change on this file since 190 was 171, checked in by katerina, 16 years ago

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

File size: 330 bytes
Line 
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
2
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 TracBrowser for help on using the repository browser.