Classic Kai írta: > From time to time when I build, I can see that the build process do > not go from start to end. I get a clean source. I have set up > everything and I do 'dmake'. It goes to certain point. Then it just > hang. I stop it. I open another cygwin windows. Then I do a > 'build' on that particular module. Sometime it builds. Sometime it > hangs again. >
Hi, My workaroud for the same problem: I run the following in a separate Cygwin window in an endless cycle. $ while true;do ls -lR /proc/[0-9]*; sleep 10;done Andras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
