f# - Compiling Fsharp with Mono Amazon EC2 -
when try compile f# in standard way :
./autogen.sh --prefix=/opt/mono && make && make install
it fails with:
ilwrite: time 35.286 (total) 0.000 (delta) - build string/blob address tables make[3]: *** [.libs/proto//4.0/fsharp.compiler-proto.dll] killed make[3]: *** deleting file .libs/proto//4.0/fsharp.compiler-proto.dll make[3]: leaving directory /src/fsharp/src/fsharp/fsharp.compiler-proto make[2]: *** [do-proto] error 2 make[2]: leaving directory /src/fsharp/src/fsharp make[1]: *** [all] error 2 make[1]: leaving directory /src/fsharp/src/fsharp make: *** [all] error 2
i have mono 3.11 git master installed on ec2 instance.
thank you!
i've compiled f# m1.small instance , switched t1.micro in order to should:
1 upgrade running instance larger ram 1.1 login aws console 1.1.0 navigate ec2 service 1.1.1 choose instances 1.1.1 check instance want fsharp compiled on 1.1.2 click actions 1.1.3 stop instance 1.2 change instance type ( m1.small instance 1.7 gb enough ) 1.3 boot pumped instance (do not forget reassign elastic ip when instance booted) 2 compile , install f# $ ./autogen.sh --prefix=<your_prefix> && make && sudo make install
Comments
Post a Comment