On 3 Dec 2002, Heiko Elger <[EMAIL PROTECTED]> wrote: > Hallo, > with the current release 0.14 and cygwin 1.3.17-1 I get the follwing error: > > My OS is Windows XP Pro SP1. > > $ make CC="distcc gcc" -j5 > distcc gcc -g -O0 -c -o modul1.o modul1.c > distcc[324] (dcc_lock_host) ERROR: lock > /tmp/distcc_000003eb/lock_localhost_0000000 failed: Permission denied > distcc gcc -g -O0 modul1.o -o modul1 > > I please help ...
Please investigate the permissions on this file so that we can see what's failing. On Unix, I'd try id ls -l /tmp/distcc_000003eb/lock_localhost_0000000 ls -dl /tmp/distcc_000003eb/ I'm not sure what is needed on Cygwin. You could try removing that directory. Is this on a VFAT filesystem, or something else? -- Martin _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
