I noticed the ct-lib unit tests were linking to the installed shared object. That's not optimal behavior; it's nice to run the unit tests before installing. Now they link statically to the uninstalled libct.a. Enjoy. --jkl