On Wed, Dec 14, 2005 at 04:35:58PM +0100, Stefan wrote:
> >
> >Try to locate the offending prerequisite and kill it (most likely by
> >patching).  You can be assured the package will find that file on
> >every system.
> >
> >
> 
> I've tried but didn't find any crt0 or something similar in the  
> Makefiles. The Makefile where the error occures looks like this:
> 
> EPTH   =..
> PROG    =cdcc
> SRCS    =$(PROG).c
> 
> .include <bsd.prog.mk>
> 
> .ifndef NO_SYS_INSTALL
> # cdcc needs to be SUID to read the server passwords
> BINMODE =4$(DCC_MODE)
> .endif
> BINOWN  =$(DCC_SUID)
> .include "${DEPTH}/Makefile.inc2"
> 
> I can't see any strange commands ...

the problem is that crt0.o is listed as a dependency in bsd.prog.mk,
which gets included. not sure what's the best way to work around it...

-- 
steven

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to