Package: fsharp
Version: 3.0.26-1

After installing the package, running "fsharpc" on a test file gives an
error. Using an explicit reference to FSharp.Core.dll and mscorlib.dll works
correctly.

$ fsharpc a.fs

/home/azureuser/unknown(1,1): error FS0078: Unable to find the file
'FSharp.Core.dll' in any of
 /usr/lib/mono/4.0
 /home/azureuser
 /usr/lib/mono/4.0

$ fsharpc -r:/usr/lib/cli/FSharp.Core-4.3/FSharp.Core.dll
-r:/usr/lib/mono/4.0/mscorlib.dll --noframework a.fs

I suggest that the FSharp.Core.dll be installed into /usr/lib/mono/4.0.

I installed the packages on Ubuntu as follows:

Added the following to /etc/apt/sources.list:

    deb http://http.us.debian.org/debian/ unstable main contrib non-free 
    deb-src http://http.us.debian.org/debian/ unstable main contrib non-free


Got the following packages:

    sudo apt-get install mono-devel
    sudo apt-get install fsharp
    sudo apt-get install fsharp-console        


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to