That would suggest bugs with your compiler or environment. The debugging information introduced by -g is not read during execution.
On Wed, Jun 03, 2009 at 11:13:53PM -0300, Paulo Pinheiro wrote: > Thank you, it worked, but it gave some unexpected problems that don`t occur > without debugging option :( > > On Tue, Jun 2, 2009 at 5:27 PM, Julien Nadeau <[email protected]> wrote: > > > > > Make sure your $CFLAGS environment variable contains the option > > when ./configure is executed: > > > > env CFLAGS="-g" ./configure > > > > On Tue, Jun 02, 2009 at 05:15:57PM -0300, Paulo Pinheiro wrote: > > > Hello, > > > > > > What is the easiest way to compile agar with -g3(gdb) cflags in it? I > > tried > > > to put it on the makefile but did not worked. I know it`s a silly > > question, > > > but i`m a beginner. thanx in advance. > > > > > > -- > > > Paulo Victor de Almeida Pinheiro > > > ------------------------------ > > > Laboratório de Redes de Comunicação e Segurança da Informação - LARCES > > > Mestrado em Ciência da Computação - UECE > > > > > _______________________________________________ > > > Agar mailing list > > > [email protected] > > > http://libagar.org/lists.html > > > > > > > -- > Paulo Victor de Almeida Pinheiro > ------------------------------ > Laboratório de Redes de Comunicação e Segurança da Informação - LARCES > Mestrado em Ciência da Computação - UECE _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
