[Mono-list] mcs cannot compile on NFS shares due to Win32 locks
Simon Ask Ulsnes
simon@ulsnes.dk
Wed, 02 Jun 2004 14:31:06 +0200
Hi!
I have all my work stored on NFS shares from my server, including
programming projects. I just installed Beta 2, and found that
compilation for some reason always failed. I then found out that it only
happens when I compile a project stored in a NFS share, not if I compile
it locally.
The error message:
error CS0016: Could not write to file `io.exe', cause: Win32 IO returned
ERROR_LOCK_VIOLATION. Path: ./io.exe
Compilation failed: 1 error(s), 0 warnings
- Simon