Thread problems

Godmar Back gback at cs.utah.edu
Fri Jul 31 12:32:11 PDT 1998


 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



More information about the kaffe mailing list