Re: [Automake] How to get debug symbols in the executable?

2012-08-05 Thread Stefano Lattarini
On 08/04/2012 07:10 PM, Marcelo Zimbres wrote: > Hi, > > I am having some trouble to debug programs built from autotools. I am > following the steps: > > $ ./configure CXXFLAGS="-g -O0" > $ make > $ libtool --mode=execute gdb --arg ./swat_find arg_list > > When I run the last line, I get the err

Re: [Automake] How to get debug symbols in the executable?

2012-08-05 Thread Bob Friesenhahn
On Sat, 4 Aug 2012, Marcelo Zimbres wrote: Hi, I am having some trouble to debug programs built from autotools. I am following the steps: $ ./configure CXXFLAGS="-g -O0" $ make $ libtool --mode=execute gdb --arg ./swat_find arg_list When I run the last line, I get the error message: Reading