[Mono-devel-list] Re: [Mono-patches] r36430 - trunk/mcs/class/System.Web

John Luke john.luke at gmail.com
Tue Nov 23 19:12:42 EST 2004


Turns out I still have cygwin on another computer, here is just one
simple example:
$ mkdir foo

luke1 at cobia /cygdrive/C/cygwin/tmp
$ touch foo/t.cs

luke1 at cobia /cygdrive/C/cygwin/tmp
$ csc foo/t.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

error CS1504: Source file 'c:\cygwin\tmp\t.cs' could not be opened ('The system
        cannot find the file specified. ')

luke1 at cobia /cygdrive/C/cygwin/tmp
$ csc foo\\t.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

error CS5001: Program 'c:\cygwin\tmp\t.exe' does not have an entry point defined


On Tue, 23 Nov 2004 17:19:44 -0500, John Luke <john.luke at gmail.com> wrote:
> On Tue, 2004-11-23 at 16:53 -0500, Jonathan Gilbert wrote:
> > At 03:03 PM 23/11/2004 -0500, John Luke wrote:
> > [snip]
> > >csc in cygwin will fail, if I remember correctly.
> >



More information about the Mono-devel-list mailing list