Hi!

I use distcc 2.18.3 on my Linux box as coordinator and distccd running on 4 Cygwin boxes as servers.

Sometimes all work well. But sometimes my command

$ make -j 8 CC = "distcc ..." CXX="distcc ..." > out.log 2>&1

fails after minutes of distributed compilation with log message:

cp: could not stat for `/home/grigorio/.../libGslServerManagerS.so': No such file or directory
and etc.

Note, distributed compilation goes on actually! I see it via distccmon-text. Also I see the number of object files *.o actually increases! But compilation stops soon. And if I restart make, compilation starts well-formed for a few minutes... And all things above do repeat!

What's the matter with my make/distcc?

__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc

Reply via email to