[Mono-dev] Multiply-defined symbols with F#
Michael Hutchinson
m.j.hutchinson at gmail.com
Wed Feb 6 18:19:23 EST 2008
On Feb 6, 2008 6:02 PM, Casey Marshall <cmarshall at pacificbiosciences.com> wrote:
> Now, this makes sense: both System.Core.dll and FSharp.Core.dll define
> 'System.Action' types. But, is there any way to work around this?
If you want to use C# 2 (and hence avoid referencing System.Core),
pass the /langversion:ISO-2 argument to the gmcs compiler.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Mono-devel-list
mailing list