[distcc] _3632_0: No such file or directory

Jean Delvare khali at linux-fr.org
Wed Oct 20 16:05:47 GMT 2004


>The same (adding '\r') must be done everywhere in the file (in functions
>dcc_parse_ssh_host, dcc_parse_tcp_host, ...)

I don't think this is the correct approach. Most likely, the file
handles (or sockets, whatever) need to be open in text mode, which will
do the conversion for you. I'm surprised since I thought it was the
default, at least when using cygwin. Maybe the files have been
explicitely opened as binary.

Jean



More information about the distcc mailing list