I wanted to see if anyone had any ideas what I am missing. I have no problems setting up a build environment on a mac, but for some reason, I can't seem to get it right under Linux subsystem (Ubuntu).
I have successfully manually built the FastComp as described at https://kripken.github.io/emscripten-site/docs/building_from_source/building_fastcomp_manually_from_source.html#building-fastcomp-from-source Pointed my LLVM_ROOT to the output /bin folder. Noticed there is a 'llvm-link' in the /bin But if I try to run the compiler with no arguments to do a sanity check jbibbo@build$ em++ I am greeted with an error message that it can't find 'lvm-link' ( I am using 1.38.5 of the toolchain ) INFO:root:(Emscripten: Running sanity checks) CRITICAL:root:Cannot find ~/myfastcomp/emscripten-fastcomp/build/bin/llvm-link, check the paths in /home/jbibbo/.emscripten Regards, Joe -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
