[distcc] RE: Compilation of distcc 2.16 under cygwin fail

Perochon Sebastien Sebastien.Perochon at mmarelli-se.com
Wed Oct 20 13:19:24 GMT 2004


Oups sorry, I have not seen that it was corrected in 2.17...

-----Message d'origine-----
De: Perochon Sebastien 
Date: mercredi 20 octobre 2004 13:56
À: 'distcc at lists.samba.org'
Objet: Compilation of distcc 2.16 under cygwin fail


The compilation of distcc 2.16 under cygwin fail:

src/dparent.o(.text+0x1a3): In function `dcc_log_child_exited':
/cygdrive/d/cygwin/distcc/src/dparent.c:157: undefined reference to
`_WCOREDUMP'

As done in the file "exec.c", the following code must be added:

/* You can't have core files on Windows. */
#ifndef WCOREDUMP
#  define WCOREDUMP(status) 0
#endif

Sebastien.



More information about the distcc mailing list