Re: compile a port with debugging symbols?

2009-11-28 Thread Michael W. Lucas
On Thu, Nov 26, 2009 at 07:12:43PM +0200, Andrew W. Nosenko wrote: On Thu, Nov 26, 2009 at 18:10, Michael W. Lucas mwlu...@blackhelicopters.org wrote: Hi, Is there an approved/offical way to compile a port with debugging symbols? Habitually I've just run make configure

Re: compile a port with debugging symbols?

2009-11-28 Thread Marius NĂ¼nnerich
On Sat, Nov 28, 2009 at 15:07, Michael W. Lucas mwlu...@blackhelicopters.org wrote: On Thu, Nov 26, 2009 at 07:12:43PM +0200, Andrew W. Nosenko wrote: On Thu, Nov 26, 2009 at 18:10, Michael W. Lucas mwlu...@blackhelicopters.org wrote: Hi, Is there an approved/offical way to compile a port

compile a port with debugging symbols?

2009-11-26 Thread Michael W. Lucas
Hi, Is there an approved/offical way to compile a port with debugging symbols? Habitually I've just run make configure and then edited Makefiles. But I'm sure that's not what you folks recommend users do... Thanks, ==ml -- Michael W. Lucasmwlu...@blackhelicopters.org http

Re: compile a port with debugging symbols?

2009-11-26 Thread Rene Ladan
2009/11/26 Michael W. Lucas mwlu...@blackhelicopters.org: Hi, Is there an approved/offical way to compile a port with debugging symbols? Habitually I've just run make configure and then edited Makefiles. But I'm sure that's not what you folks recommend users do... Just adding -g to CFLAGS

Re: compile a port with debugging symbols?

2009-11-26 Thread Warren Block
On Thu, 26 Nov 2009, Michael W. Lucas wrote: Is there an approved/offical way to compile a port with debugging symbols? Habitually I've just run make configure and then edited Makefiles. But I'm sure that's not what you folks recommend users do... make -DWITH_DEBUG, according to bsd.ports.mk

Re: compile a port with debugging symbols?

2009-11-26 Thread Robert Noland
On Thu, 2009-11-26 at 18:01 +0100, Rene Ladan wrote: 2009/11/26 Michael W. Lucas mwlu...@blackhelicopters.org: Hi, Is there an approved/offical way to compile a port with debugging symbols? Habitually I've just run make configure and then edited Makefiles. But I'm sure that's

Re: compile a port with debugging symbols?

2009-11-26 Thread Andrew W. Nosenko
On Thu, Nov 26, 2009 at 18:10, Michael W. Lucas mwlu...@blackhelicopters.org wrote: Hi, Is there an approved/offical way to compile a port with debugging symbols? Habitually I've just run make configure and then edited Makefiles. But I'm sure that's not what you folks recommend users do