Re: Automatically include debug symbols?

2003-02-10 Thread Matthew D. Fuller
[ trim the cc's ] On Mon, Feb 10, 2003 at 05:30:24PM +1030 I heard the voice of Greg 'groggy' Lehey, and lo! it spake thus: > > As you see, this is in the kernel build directory. There's no point > in actually installing it into /boot. Also note: There is when you regularly blow away /usr/src

Re: Automatically include debug symbols?

2003-02-09 Thread Greg 'groggy' Lehey
On Monday, 10 February 2003 at 0:14:04 -0600, Matthew D. Fuller wrote: > On Mon, Feb 10, 2003 at 10:32:14AM +1030 I heard the voice of > Greg 'groggy' Lehey, and lo! it spake thus: >> On Sunday, 9 February 2003 at 18:42:15 -0500, Bill Moran wrote: >>> >>> It's just a disk space issue then? Becau

Re: Automatically include debug symbols?

2003-02-09 Thread Matthew D. Fuller
On Mon, Feb 10, 2003 at 10:32:14AM +1030 I heard the voice of Greg 'groggy' Lehey, and lo! it spake thus: > On Sunday, 9 February 2003 at 18:42:15 -0500, Bill Moran wrote: > > > > It's just a disk space issue then? Because ... if it doesn't eat up > > RAM, I have a hard time thinking why I should

Re: Automatically include debug symbols?

2003-02-09 Thread Greg 'groggy' Lehey
On Sunday, 9 February 2003 at 18:42:15 -0500, Bill Moran wrote: > Greg 'groggy' Lehey wrote: >> On Sunday, 9 February 2003 at 16:12:44 -0500, Bill Moran wrote: >>> I guess if you don't mind them eating up RAM, then go ahead. Keep >>> in mind that it can easily be 5x the amount of RAM a stripped

Re: Automatically include debug symbols?

2003-02-09 Thread Bill Moran
Greg 'groggy' Lehey wrote: On Sunday, 9 February 2003 at 16:12:44 -0500, Bill Moran wrote: Daniela wrote: On Sunday 09 February 2003 19:15, Mike Meyer wrote: You can get everything to build with debug symbols by adding "CFLAGS=-g" to /etc/make.conf. However, the system will strip the binar

Re: Automatically include debug symbols?

2003-02-09 Thread Greg 'groggy' Lehey
On Sunday, 9 February 2003 at 16:12:44 -0500, Bill Moran wrote: > Daniela wrote: >> On Sunday 09 February 2003 19:15, Mike Meyer wrote: >> >>> You can get everything to build with debug symbols by adding >>> "CFLAGS=-g" to /etc/make.conf. However, the system will strip the >>> binaries when it ins

Re: Automatically include debug symbols?

2003-02-09 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Daniela <[EMAIL PROTECTED]> typed: > On Sunday 09 February 2003 19:15, Mike Meyer wrote: > > You can get everything to build with debug symbols by adding > > "CFLAGS=-g" to /etc/make.conf. However, the system will strip the > > binaries when it installs them. You could proba

Re: Automatically include debug symbols?

2003-02-09 Thread Bill Moran
Daniela wrote: On Sunday 09 February 2003 19:15, Mike Meyer wrote: You can get everything to build with debug symbols by adding "CFLAGS=-g" to /etc/make.conf. However, the system will strip the binaries when it installs them. You could probably get the non-stripped version installed if you reall

Re: Automatically include debug symbols?

2003-02-09 Thread Daniela
On Sunday 09 February 2003 19:15, Mike Meyer wrote: > You can get everything to build with debug symbols by adding > "CFLAGS=-g" to /etc/make.conf. However, the system will strip the > binaries when it installs them. You could probably get the > non-stripped version installed if you really wanted t

Re: Automatically include debug symbols?

2003-02-09 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Daniela <[EMAIL PROTECTED]> typed: > I was wondering how to recompile the whole system with debug symbols. And how > do I automatically include debug symbols when I'm building ports? You can get everything to build with debug symbols by add

Re: Automatically include debug symbols?

2003-02-09 Thread Miguel Mendez
On Sun, 9 Feb 2003 18:47:39 +0100 Daniela <[EMAIL PROTECTED]> wrote: Howdy, > I was wondering how to recompile the whole system with debug symbols. > And how do I automatically include debug symbols when I'm building > ports? You could add something like CFLAGS+=-g to your

Automatically include debug symbols?

2003-02-09 Thread Daniela
Hi! I was wondering how to recompile the whole system with debug symbols. And how do I automatically include debug symbols when I'm building ports? I experience so many segmentation faults, and it would be helpful to have debug symbols everywhere. Any ideas? Thanks in advance. Daniela