Hello, So I've encountered a fair few problems trying to setup emscripten but managed to work them out so far. This time I'm stumped, not really surprising as I'm a Linux newbie anyway. So here is what is happening I'm trying to ./emconfigure ./configure Cling everything starts running and I encounter an error I can't seem to work out how to fix. This is the output:
/home/jack/Desktop/Programming/emscripten/emconfigure ./configure checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/jack/Desktop/Programming/emscripten/emcc accepts -g... yes checking for /home/jack/Desktop/Programming/emscripten/emcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /home/jack/Desktop/Programming/emscripten/em++ accepts -g... yes checking how to run the C preprocessor... /home/jack/Desktop/Programming/emscripten/emcc -E checking whether GCC or Clang is our host compiler... clang checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking type of operating system we're going to host on... Linux checking type of operating system we're going to target... Linux checking target architecture... x86_64 checking whether Clang is new enough... yes checking whether Clang will select a modern C++ standard library... no configure: error: We detected a missing feature in the standard C++ library that was known to be missing in libstdc++4.6 and implemented in libstdc++4.7. There are numerous C++11 problems with 4.6's library, and we don't support GCCs or libstdc++ older than 4.7. You will need to update your system and ensure Clang uses the newer standard library. If this error is incorrect or you need to force things to work, you may pass '--disable-compiler-version-checks' to configure to bypass this test. ERROR root: Configure step failed with non-zero return code 1! Command line: ['./configure'] Now I would force it, but thought better of it rather it just work smoothly and not produce other issues in the future I have to go back and fix. Anyway I u[dated GCC on my system to 4.7 and nothing has changed same error. So not really sure what is going on. Anyway any help is appreciated, Thanks. -- 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.
