>> On 08 Jan 2003 01:21:59, Pablo Baena <[EMAIL PROTECTED]> said:

  > I have a Classpath.dll on Windows. I compile the program with: mcs
  > /r:classpath chachacha.cs which ends successfully.  Then when I run
  > the prog in Linux, mono fails because it doesn't find classpath.dll,
  > and this is solved renaming the dll, but this is just annoying.

The distinction occurs because vfat is a case-insensitive filesystem and
Unix filesystems aren't.  If mcs was made case-insensitive, what would
happen if Classpath.dll was present _as well as_ classpath.dll on a Unix
filesystem?

Personally, I don't believe the current behaviour to be buggy - more a
representation of the environment - nor able to be ``fixed'', whatever
that would entail.

- Chris.
-- 
$a="printf.net";  Chris Ball | chris@void.$a | www.$a | finger: chris@$a


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to