Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2010 15:17:25 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-hackers@freebsd.org
Cc:        Peter Steele <psteele@maxiscale.com>
Subject:   Re: ntpd hangs under FBSD 8
Message-ID:  <201002241517.25659.jhb@freebsd.org>
In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95389@MBX03.exg5.exghost.com>
References:  <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D5C73@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB385D60DD@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB39E95389@MBX03.exg5.exghost.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002241517.25659.jhb>