> On Thu, 2005-07-14 at 11:44 +0100, Chris Aitken wrote: > > What is the current thinking on how to execute mono apps without > > prepending mono? > > The preferred way is to use a shell-script wrapper. This is > used by all programs shipped with mono (mcs, cilc, gacutil, > etc.), e.g.: > > #!/bin/sh > exec /usr/bin/mono /usr/lib/mono/1.0/mcs.exe "$@" > > This is preferred as it will work on all Unix platforms > without requiring any special kernel modules (which > frequently conflict with Wine, since CIL programs use the > same object code format as normal Win32 programs).
Thanks guys. It looks like the shell-script wrapper requires a script per executable. Is this correct? Gavin - I had heard (as mentioned by Jonathan) that the binfmt way can conflict with WINE. Have you experienced this? I also google: [EMAIL PROTECTED]:~/CS$ google hello.exe -bash: google: command not found [EMAIL PROTECTED]:~/CS$ Doesn't seem to work for me ;) Thanks Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
