Petar Bogdanovic
petar@smokva.net
Tue Oct 14 11:29:09 UTC 2008
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)/thrlib@PTHREAD_CFLAGS@ +THRINC =-I$(DEPTH)/thrlib @PTHREAD_CFLAGS@ THR_LPADD =$(DEPTH)/thrlib/libthr.a @PTHREAD_LIBS@ THR_DPADD =$(DEPTH)/thrlib/libthr.a Thanks, Petar
More information about the DCC
mailing list