Hi Braver,

I'm now on Win so I can't really check, but when I was using F# on Linux I created scripts

1
/usr/loclal/bin/fsi

and

1
/usr/loclal/bin/fsc

with something of the following:

1
2
3
#!/bin/sh

exec mono /usr/local/src/FSharp-1.9.6.2/bin/fsc.exe $@

I had no problems with GAC though. To shorten your path, make some symlinks with ln -s. OR install the dlls into the GAC with

1
gacutil -i My.dll

. Hope it works.

--Anton

By on 11/18/2008 7:05 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper