TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 15 09:09:04 2007 +0000 (2007-07-15)
changeset 261 4b8cba298bf3
parent 240 ac8b9eeefe80
child 269 9649a1d5ac2f
permissions -rw-r--r--
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
     1 This is a somewhat ordered list of things to do asap.
     2 
     3 -: not started
     4 +: worked on
     5 !: problem encountered
     6 X: abandonned
     7 O: Finished
     8 
     9 ! find a way to teach gcc to install its libraries directly into sysroot
    10   if too complex or unfeasible, move those libs manually
    11 
    12 - add debug tools:
    13   X Electric Fence    http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below)
    14   O D.U.M.A.          http://duma.sourceforge.net/
    15   - Memcheck          http://hald.dnsalias.net/projects/memcheck/
    16   - MemCheck Deluxe   http://prj.softpixel.com/mcd/
    17   - Memwatch          http://www.linkdata.se/sourcecode.html
    18   ! ltrace            ftp://ftp.debian.org/debian/pool/main/l/ltrace/
    19   O strace            http://sourceforge.net/projects/strace/
    20   - Valgrind          http://valgrind.org/