There are some Mac OS X specific patches that should be applied
to the DDD 3.3.9 sources to work around a variety of problems
(mostly with GDB).
To apply these patches :
cd ddd-3.3.9
patch -p0 < path_to_patch_file
Since Mac OS X (DevTools) doesn't (yet) come with the latest
version of "autoconf" needed by DDD (autoconf v2.59), Mac OS X
developers should apply the "configure.patch" instead of the
"configure.ac.patch". There are probably better ways to detect in
"configure.ac" whether the patches are needed (since later
versions of GDB may have the problems fixed).
These patches are also included with the distribution of DDD for
Mac OS X <http://www.geocities.com/terry_teague/ddd.html>
These patches should be safe for other platforms (i.e. they will
default to off).
Mac OS X patch for config.h.in
Mac OS X patch for configure.ac
Mac OS X patch for configure (Mac OS X users)
Mac OS X patch for settings.C
Logged In: YES
user_id=566665
Why do you make ABI_OPTIONS optional ?
Logged In: YES
user_id=566665
Applied to CVS.