*Solved!*

I had to delete all the files in my HOME directory starting with 
.emscripten and rerun (twice): ./emcc -v.
Now my output is:

    INFO     root: (Emscripten: Running sanity checks)
    emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 
1.34.1
    clang version 3.7.0
    Target: x86_64-unknown-linux-gnu
    Thread model: posix
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.9
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.9.2
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/5.0.1
    Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
    Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.2
    Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.0.1
    Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
    Candidate multilib: .;@m64
    Selected multilib: .;@m64
    INFO     root: (Emscripten: Running sanity checks)


 However I think it's not possible to have an embedded and movable 
emscripten installation, since now I got new ".emscripten files" in my HOME 
folder (and thus: emsdk activate --embedded XXX, that should create a 
"local" configuration, becomes useless).

-- 
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.

Reply via email to