These are RPMs for DDD: The Data Display Debugger version 2.2 (see http://www.cs.tu-bs.de/softech/ddd/). I used Red Hat Motif 2.0 (Metro Link Motif 2.0) and Red Hat 4.1 with Linux 2.0.31 to build these RPMs. They will run fine on RH 4.2 too. All binaries are compiled with the standard Linux kernel compiler optimization flags for the Pentium (eg. -O2 -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2). They will run fine on a [346]86 as well. Three binary RPMs are available: - ddd-dynamic-2.2-1.i386.rpm - ddd-semistatic-2.2-1.i386.rpm - ddd-static-2.2-1.i386.rpm Only one is needed. The semistatic version has the Motif libs statically linked in. People who have the Motif dynamic libraries can use the ddd-dynamic version. The static version is completely statically linked. Optional documentation and a separate manual page is available in ddd-doc-2.2-1.i386.rpm. Problems: --------- If you *do* have the Motif shared library installed on your system it is still possible that RPM refuses to install the dynamic version because of: failed dependencies: libXm.so.2 is needed by ddd-dynamic-2.2-1 This is caused by the fact that the installed Motif RPMs were built before the dependency features were added to RPM. You can use the "--nodeps" flag to prevent RPM checking the dependencies. For example: rpm -Uvh --nodeps ddd-dynamic-2.2-1.i386.rpm MD5 sums: --------- 36a2bfeeb657d13c876e2668bd87a537 ddd-2.2-1.src.rpm 439f52658c57b9c809d95c1aeb6d8003 ddd-doc-2.2-1.i386.rpm 7e834f4d311fe2a9bd0c0bdfab402ce5 ddd-dynamic-2.2-1.i386.rpm 7a099851f3494126715abd5b9af669db ddd-semistatic-2.2-1.i386.rpm b63d470d15aca888427a974137cf6b67 ddd-static-2.2-1.i386.rpm Rob van Nieuwkerk