[m-dev.] IL, Mono and Portable .NET

Jonathan Morgan jonmmorgan at gmail.com
Sat Feb 11 13:30:48 AEDT 2006


In similar spirit to the DotGnu patch, one for Mono.

Estimated hours taken: 0.2
Branches: main

aclocal.m4:
       Add some preliminary support for using the il grade with Mono.

Index: aclocal.m4
===================================================================
RCS file: /home/mercury1/repository/mercury/aclocal.m4,v
retrieving revision 1.25
diff -u -r1.25 aclocal.m4
--- aclocal.m4    1 Feb 2006 12:10:16 -0000    1.25
+++ aclocal.m4    11 Feb 2006 02:26:02 -0000
@@ -228,7 +228,9 @@

 # Check for the C# (C sharp) compiler.
 # cscc is the DotGNU C# compiler.
-AC_PATH_PROGS(MS_CSC, csc cscc)
+# mcs is the Mono C# compiler.
+# XXX Which should we prefer: Mono or DotGnu?
+AC_PATH_PROGS(MS_CSC, csc cscc mcs)
 MS_CSC=`basename "$MS_CSC"`

 # We default to the Beta 2 version of the library
@@ -273,6 +275,7 @@

 # Check for the assembly linker.
 # ilalink is the DotGNU assembly linker.
+# Mono does not appear to have one.
 AC_PATH_PROGS(MS_AL, al ilalink)
 MS_AL=`basename "$MS_AL"`

Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/developers/attachments/20060211/d3530bfb/attachment.html>


More information about the developers mailing list