Hi, I'd like to use F# on Mono (on Linux). I didn't have any problem with F# 1.9.2.9, but installation fails with the latest version of F# (1.9.4.15).
During installation, I get an error on this command: $ mono --aot bin/FSharp.Core10.dll Mono Ahead of Time compiler - compiling assembly /home/llb/FSharp-1.9.4.15/bin/FSharp.Core10.dll ** (bin/FSharp.Core10.dll:22554): WARNING **: Missing method .ctor in assembly /home/llb/FSharp-1.9.4.15/bin/FSharp.Core10.dll, type System.Runtime.CompilerServices.CompilerGeneratedAttribute ** (bin/FSharp.Core10.dll:22554): WARNING **: Can't find custom attr constructor image: /home/llb/FSharp-1.9.4.15/bin/FSharp.Core10.dll mtoken: 0x0a000002 Unhandled Exception: System.MissingMethodException: Method not found: 'System.Runtime.CompilerServices.CompilerGeneratedAttribute..ctor'. Does anyone have a idea how to solve this problem? F# can be found here: http://research.microsoft.com/fsharp/release.aspx I've tried on two different computers, with two different versions of Mono and I get the same result. For information: $ mono -V Mono JIT compiler version 1.9.1 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Thanks. -- Laurent _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
