Thread problems

Godmar Back kaffe@rufus.w3.org
Fri, 31 Jul 1998 13:32:11 -0600 (MDT)


 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