Archie, this is another thing that needs to be fixed. Basically, the GNU rules says you must #include "config.h" first, no matter what. debug.h is sometimes included before config.h, hence your turning on DEBUG there doesn't work. What I using is: make "EXTRA_CFLAGS=-DDEBUG" Let me know if you get anything reproducible. - Godmar