@Benjol,
just tried it myself. it seems to be broken :(
--staticlink is not working either:
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll"
-r C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll --target exe --fullpaths
--staticlink "C:\Program Files\FSharp-1.9.6.0\bin\FSharp.Core.dll" Tutorial.fcs
gives me:
error FS0192: internal error: Assembly C:\Program Files\FSharp-1.9.6.0\bin\FShar p.Core.dll not found in dependency set of target application, ignoring Please build a small example that reproduces this problem and report it to fsbug s@microsoft.com.
But in runtime I receive:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass embly 'FSharp.Core, Version=1.9.6.0, Culture=neutral, PublicKeyToken=a19089b1c74 d0809' or one of its dependencies. The system cannot find the file specified.
I guess we need to wait for the next CTP :)
