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: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-17 Thread Stefano Lattarini
On 10/17/2012 11:41 AM, Gary V. Vaughan wrote: > Autotoolers, > > For quite some time now I've been thinking about simplifying Libtool, > but I'm interested in feedback and more particularly buy-in from > Automake maintainers before I start the work, so that I have a better > idea of what directio

Automake, Libtool and AM_PROG_AR (was: Re: bug#11401: automake-1.12 (incorrectly?) complains about missing AM_PROG_AR)

2012-11-21 Thread Stefano Lattarini
References: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401> <http://lists.gnu.org/archive/html/automake/2012-05/msg00012.html> On 05/11/2012 01:37 PM, Stefano Lattarini wrote: > On 05/04/2012 09:19 PM, Mike Frysinger wrote: >> On Friday 04 May 2012 03:20:10 Peter Rosin

Re: Automake, Libtool and AM_PROG_AR

2012-11-26 Thread Stefano Lattarini
On 11/21/2012 11:46 AM, Stefano Lattarini wrote: > References: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401> > <http://lists.gnu.org/archive/html/automake/2012-05/msg00012.html> > > Any news on this? Since it doesn't seem a big deal anyway, unless I he