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

Julien Fischer juliensf at cs.mu.OZ.AU
Sun Feb 12 23:01:23 AEDT 2006


On Sat, 11 Feb 2006, Jonathan Morgan wrote:

> 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.
>

Thanks for that.

> 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)

Eventually we could just add a `--with-csc' option to the configure
script.

Julien.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list