Re: For Debug Builds...

2009-03-11 Thread Alan Conway
Joshua Kramer wrote: Hello, For the benefit of folks who may be inexperienced at debugging, can someone verify the proper build command line? At first I tried this: ./configure CXXFLAGS=-g When I ran the debugger, the main qpidd.cpp file loaded fine. However, when I attempted to load the

Re: For Debug Builds...

2009-03-11 Thread Carl Trieloff
./configure CXXFLAGS=-ggdb CFLAGS=-ggdb ...and that appeared to work. yes, that is the one. also -02 -O3 work with with -ggdb, but you loose the stack where part of the code have been optimized. Carl. - Apache Qpid -

For Debug Builds...

2009-03-11 Thread Joshua Kramer
Hello, For the benefit of folks who may be inexperienced at debugging, can someone verify the proper build command line? At first I tried this: ./configure CXXFLAGS=-g When I ran the debugger, the main qpidd.cpp file loaded fine. However, when I attempted to load the source file for Acl.c