ntpd hangs under FBSD 8
Kostik Belousov
kostikbel at gmail.com
Wed Feb 24 22:09:54 UTC 2010
On Wed, Feb 24, 2010 at 03:17:25PM -0500, John Baldwin wrote:
> 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
make install should be done with DEBUG_FLAGS containing -g too, otherwise
strip(1) is called on the installed binary.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20100224/3e386c4b/attachment.pgp
More information about the freebsd-hackers
mailing list