Did you point setup.exe to the address given, install it, and run it? If so, that would be enough of a review for me. I just want to make sure it works on someone else's installation.
Harold
Ronald Landheer-Cieslak wrote:
This definitely has my vote - anything that makes debugging easier is a Good Thing IMHO.
rlc
On Fri, Dec 05, 2003 at 09:38:15PM -0500, Harold L Hunt II wrote:
I would like to contribute and maintain ddd:
http://www.gnu.org/software/ddd/
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python debugger. Besides ``usual'' front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.
You can point Cygwin's setup.exe to the following address to install and test ddd:
http://www.egr.msu.edu/~huntharo/cygwin/
***Reviewer's Caveat***: I don't think that the static libiberty.a is supposed to be installed, so I removed the /usr/lib directory in the install step of the build script.
------------------------ cut here --------------------------------------
#!/bin/bash
mkdir ddd cd ddd
wget \ http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/setup.hint
wget \ http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/ddd-3.3.8-1.tar.bz2
wget \ http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/ddd-3.3.8-1-src.tar.bz2
------------------------ cut here --------------------------------------
MD5 sums:
de2d743b95817745c4227427afec759b *ddd/ddd-3.3.8-1-src.tar.bz2 86cc2b9dff9a4f794dfc6bbe49bf2bbc *ddd/ddd-3.3.8-1.tar.bz2 2c6bec0f95a7c76ee6581133eeab1db6 *ddd/setup.hint
Harold