How do you trigger a debug build, that includes symbols on Mac OS X. Here's the steps I used, from the root omniORB directory: mkdir build cd build ../configure --prefix /Users/mburbidg/omniorb make make install This builds one set of libraries that don't include symbols. Thanks, Mike-