debug build of libc_r

2000-12-18 Thread Peter Schultz

Hi,

I'm seeing a crash related to libc_r.
Could someone please instruct me as
to how to build a debug version.

Thanks,
Pete...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: debug build of libc_r

2000-12-18 Thread Jason Evans

On Mon, Dec 18, 2000 at 12:01:19PM -0600, Peter Schultz wrote:
 Hi,
 
 I'm seeing a crash related to libc_r.
 Could someone please instruct me as
 to how to build a debug version.

cd /usr/src/lib/libc_r
make clean
DEBUG_FLAGS=-g3 make
make install

Jason


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message