For those of you here at the hackathon who are curious...

You can rebuild your FreeBSD libc with debugging like this:

   *  cd /usr/src/lib/libc
   *  DEBUG_FLAGS=-g make
   *  make install

Note:  you won't see the -g flag for a while, since all the .S files
are built first.  But have patience.  It takes a long time to build.

-Ben

Reply via email to