[Mono-list] Wind32 error on Linux

Miguel de Icaza miguel@ximian.com
27 Mar 2002 12:10:11 -0500


> Can you perhaps see a reason that a file might not be created: write
> protection, disk full, etc? That would be helpful to track down the bug.

I suggest this trick:

	strace -o log -f mcs HelloWorld.cs

The log will contain a lot of information, try to look towards the end.

Miguel