Re: Automake and libltdl

2004-10-06 Thread Bob Friesenhahn
On Wed, 6 Oct 2004, Baurjan Ismagulov wrote: On Wed, Oct 06, 2004 at 09:19:25PM +0200, Ralf Wildenhues wrote: Why don't you just use path/to/configure CFLAGS=-ggdb3 ? * It needs to be documented. This is documented. It is described in the standard generic INSTALL file that Automake provides. I

Re: Automake and libltdl

2004-10-06 Thread Baurjan Ismagulov
On Wed, Oct 06, 2004 at 09:19:25PM +0200, Ralf Wildenhues wrote: > Why don't you just use > path/to/configure CFLAGS=-ggdb3 > ? * It needs to be documented. * I've got a feeling it's going to reach less potential backtrace reporters / occasional bug fixers than --enable-debug (I personally

Re: Automake and libltdl

2004-10-06 Thread Ralf Wildenhues
* Thomas Degris wrote on Mon, Oct 04, 2004 at 11:35:53PM CEST: > > I am using Automake (and autoconf) and libltdl in my package. I would > like to know what is the best way to add a --enable-debug option to my > configure.ac file to compile my package and the libltdl library with > -ggdb3 flag

Automake and libltdl

2004-10-04 Thread Thomas Degris
Hello, I am using Automake (and autoconf) and libltdl in my package. I would like to know what is the best way to add a --enable-debug option to my configure.ac file to compile my package and the libltdl library with -ggdb3 flag (and most important: remove this -O2 flag which I don't know where