ntpd hangs under FBSD 8

John Baldwin jhb at freebsd.org
Wed Feb 24 21:31:36 UTC 2010


On Wednesday 24 February 2010 1:17:50 pm Peter Steele wrote:
> >You're going to need a debug version of libc, too.  gdb won't be able to 
find a backtrace out of a libc function without it.
> 
> What's the proper way to build a debug version of libc and the other 
libraries? I tried this:

You can just do this:

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

-- 
John Baldwin


More information about the freebsd-hackers mailing list