[distcc] cygwin patch

Michael Santy mike.santy at dynetics.com
Mon Nov 11 15:07:00 GMT 2002


Hi,

In order to compile the cvs version of distcc under a new version of 
cygwin, two changes are needed.

1) in srvnet.h, comment out #include <arpa/nameser.h> and #include 
<resolv.h>.  This could also be accomplished with wrapping the two above 
includes with #if !defined(__CYGWIN__).

2) in the makefile, remove the "install" target's dependence on 
install-linuxdoc.  This could be accomplished with detecting the 
presence of linuxdoc on the machine.  If it is not there, do not try to 
make the install-linuxdoc target.

Martin, could you please add this to cvs?

Thanks,
Mike Santy






More information about the distcc mailing list