Discussion:
[omniORB] how to build a debug version of omniORB?
Liang Qi
2008-02-08 14:18:54 UTC
Permalink
Hi,

I am building omniORB 4.1.1 on openSUSE 10.3, but not found the -debug
option in configure.

How to build a debug version?

Thanks a lot.

Regards,
Liang
Duncan Grisby
2008-02-14 19:56:19 UTC
Permalink
Post by Liang Qi
I am building omniORB 4.1.1 on openSUSE 10.3, but not found the -debug
option in configure.
How to build a debug version?
There's no easy way through the configure script, I'm afraid. You have
to edit the dir.mk files in src/lib/omniORB/orbcore and
src/lib/omniORB/dynamic, and uncomment the lines that set
CXXDEBUGFLAGS = -g

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...