Subject: Re: rebuilding libc
To: Madhvesh R S <madhvesh.s@ap.sony.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 01/14/2004 14:16:54
On Wed, Jan 14, 2004 at 10:23:28AM +0530, Madhvesh R S wrote:
> Hi,
> 
> Can any one tell me how to rebuild the libc in NetBSD?
> I want to debug the libc source after rebuilding using gdb 
> Any pointers regarding how to build libc with pthreads would
> be helpful.

Do you mean

cd src/lib/libc
make cleandir
make CFLAGS+=-g dependall install

?
or am I missing something?

Cheers,

Patrick