tony
> gcc -lpthread DPmon.c -o dp
DPmon.c: In function ‘main’:
DPmon.c:86: error: ‘PTHREAD_STACK_MIN’ undeclared (first use in this
function)
DPmon.c:86: error: (Each undeclared identifier is reported only once
DPmon.c:86: error: for each function it appears in.)
#include <limits.h>
DS
Thanks David. It works!!
tony