Discussion:
[omniORB] Debug build (Debian)
tuergeist
2006-10-13 19:03:48 UTC
Permalink
Hi *,

I need a debug build for gdb backtrace, but
../configure --with-debug
doesn't work.

Any ideas?

Regards,
Christoph
Álvaro Vega García
2006-10-17 13:56:10 UTC
Permalink
Hi Christoph,
Post by tuergeist
Hi *,
I need a debug build for gdb backtrace, but
../configure --with-debug
doesn't work.
Any ideas?
Try to define these following enviroment variables before ./configure:

CFLAGS=-g
LDFLAGS=-g
CXXFLAGS=-g

Regards,
?lvaro
Post by tuergeist
Regards,
Christoph
_______________________________________________
omniORB-list mailing list
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
Alexander Gattin
2006-10-18 00:39:59 UTC
Permalink
Hi!
Post by tuergeist
I need a debug build for gdb backtrace, but
../configure --with-debug
doesn't work.
Any ideas?
I suspect dh_strip. You need to define DEB_BUILD_OPTIONS=nostrip for this to get unstripped binaries AFAIK.
-- xrgtn

Loading...