On Fri, Dec 01, 2006 at 05:28:01PM -0500, Louis Guillaume wrote: > diff -r1.24 Makefile > 20c20 > < LIBS+= -lXext > --- > > LIBS+= -lXext -lpthread > cvs diff: Diffing patches This is certainly not correct. ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} perhaps, but not that. Joerg