On Jul 25, 2012, at 8:56 AM, Timothy Klim wrote:
> Readme does not described this step.
Theoretically you can use
make bin/example.aot
in docs/examples/llvm to compile the example program to a native executable but it isn't working at the moment. It fails because of undefined symbols. The JIT version of the sample works because unless the symbol is actually used it does not matter if it is available. Also, most any normal scala program will not work since many parts of the standard library are not compatible yet with LLVM (because of java library dependencies).