Looking into the python code and trying to trace some of the errors, I tried running clang directly, and got the following error:
$ /Users/davidjacob/Documents/David/projects/apps_C/emscripten/clang/e1.16.0_64bit/clang Illegal instruction: 4 $ So, it looks like the compiled binaries will not run on my system. Googling 'clang illegal instruction 4' produces some useful info, such as perhaps they were compiled on a newer OS X version, using features that are not compatible with older versions. -- 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.
