>What version of libtool is ddd-3.3.8 using? Automatically generated by configure?
I reconfigured with: bash ./configure --disable-static And libtool now has the settings I had hoped for - I'm running a make now, and I'm pretty confident that will work. Which would boil my steps down to (for 3.3.7): 1. Remove all "#pragma interface" and "#pragma implementation" lines. 2. Configure with: "bash ./configure --disable-static". 3. Make as usual. (For 3.3.8, add the following: 0. Copy gcc/include into libiberty/include, or whatever exactly Arnaud said ) -Richard Campbell.
