Re: compiling libc and libthr with debugging?

2013-02-22 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/07/13 10:14, Steve Kargl wrote: > What's the preferred method for compiling libc and libthr with > debugging enable? I think that would be to compile and install libaries with DEBUG_FLAGS=-g? Not sure if this is what you wa

Re: compiling libc and libthr with debugging?

2013-02-07 Thread Steve Kargl
On Thu, Feb 07, 2013 at 01:20:16PM -0500, John Baldwin wrote: > On Thursday, February 07, 2013 1:14:41 pm Steve Kargl wrote: > > What's the preferred method for compiling libc > > and libthr with debugging enable? > > I just do: > > cd /path/to/src/lib/libc &g

Re: compiling libc and libthr with debugging?

2013-02-07 Thread John Baldwin
On Thursday, February 07, 2013 1:14:41 pm Steve Kargl wrote: > What's the preferred method for compiling libc > and libthr with debugging enable? I just do: cd /path/to/src/lib/libc make clean make DEBUG_FLAGS=-g Then when I run the binary I use a custom LD_LIBRARY_PATH that po

compiling libc and libthr with debugging?

2013-02-07 Thread Steve Kargl
What's the preferred method for compiling libc and libthr with debugging enable? -- Steve ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-curren