Hi, the following missing whitespace in the current Makefile.inc.in makes my compiler fail, since configure evaluates THRINC into ``../thrlib-I'' instead of ``../thrlib''.
--- Makefile.inc.in.orig 2008-10-14 13:02:07.000000000 +0200 +++ Makefile.inc.in 2008-10-14 13:03:16.000000000 +0200 @@ -48,7 +48,7 @@ CLNTLIBS =$(DEPTH)/dcclib/libdcc.a # common to threaded DCC clients -THRINC =-I$(DEPTH)/[EMAIL PROTECTED]@ +THRINC =-I$(DEPTH)/thrlib @PTHREAD_CFLAGS@ THR_LPADD =$(DEPTH)/thrlib/libthr.a @PTHREAD_LIBS@ THR_DPADD =$(DEPTH)/thrlib/libthr.a Thanks, Petar _______________________________________________ DCC mailing list [email protected] http://www.rhyolite.com/mailman/listinfo/dcc
